Uses of Class
com.adyen.model.balanceplatform.TransactionRuleInterval
-
Packages that use TransactionRuleInterval Package Description com.adyen.model.balanceplatform -
-
Uses of TransactionRuleInterval in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return TransactionRuleInterval Modifier and Type Method Description TransactionRuleIntervalTransactionRuleInterval. dayOfMonth(Integer dayOfMonth)TransactionRuleIntervalTransactionRuleInterval. dayOfWeek(TransactionRuleInterval.DayOfWeekEnum dayOfWeek)TransactionRuleIntervalTransactionRuleInterval. duration(Duration duration)static TransactionRuleIntervalTransactionRuleInterval. fromJson(String jsonString)Create an instance of TransactionRuleInterval given an JSON stringTransactionRuleIntervalTransactionRule. getInterval()Get intervalTransactionRuleIntervalTransactionRuleInfo. getInterval()Get intervalTransactionRuleIntervalTransactionRuleInterval. timeOfDay(String timeOfDay)TransactionRuleIntervalTransactionRuleInterval. timeZone(String timeZone)TransactionRuleIntervalTransactionRuleInterval. type(TransactionRuleInterval.TypeEnum type)Methods in com.adyen.model.balanceplatform with parameters of type TransactionRuleInterval Modifier and Type Method Description TransactionRuleTransactionRule. interval(TransactionRuleInterval interval)TransactionRuleInfoTransactionRuleInfo. interval(TransactionRuleInterval interval)voidTransactionRule. setInterval(TransactionRuleInterval interval)intervalvoidTransactionRuleInfo. setInterval(TransactionRuleInterval interval)interval
-