TransactionRuleInterval |
TransactionRuleInterval.dayOfMonth(Integer dayOfMonth) |
The day of month, used when the `duration.unit` is **months**.
|
TransactionRuleInterval |
TransactionRuleInterval.dayOfWeek(TransactionRuleInterval.DayOfWeekEnum dayOfWeek) |
The day of week, used when the `duration.unit` is **weeks**.
|
TransactionRuleInterval |
TransactionRuleInterval.duration(Duration duration) |
duration
|
static TransactionRuleInterval |
TransactionRuleInterval.fromJson(String jsonString) |
Create an instance of TransactionRuleInterval given an JSON string
|
TransactionRuleInterval |
TransactionRule.getInterval() |
interval
|
TransactionRuleInterval |
TransactionRuleInfo.getInterval() |
interval
|
TransactionRuleInterval |
TransactionRuleInterval.timeOfDay(String timeOfDay) |
The time of day, in **hh:mm:ss** format, used when the `duration.unit` is **hours**.
|
TransactionRuleInterval |
TransactionRuleInterval.timeZone(String timeZone) |
The [time zone](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones).
|
TransactionRuleInterval |
TransactionRuleInterval.type(TransactionRuleInterval.TypeEnum type) |
The [type of interval](https://docs.adyen.com/issuing/transaction-rules#time-intervals) during which the rule conditions and limits apply, and how often counters are reset.
|