Uses of Class
com.adyen.model.balanceplatform.TransactionRuleInterval.TypeEnum
-
Packages that use TransactionRuleInterval.TypeEnum Package Description com.adyen.model.balanceplatform -
-
Uses of TransactionRuleInterval.TypeEnum in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return TransactionRuleInterval.TypeEnum Modifier and Type Method Description static TransactionRuleInterval.TypeEnumTransactionRuleInterval.TypeEnum. fromValue(String value)TransactionRuleInterval.TypeEnumTransactionRuleInterval. getType()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.static TransactionRuleInterval.TypeEnumTransactionRuleInterval.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static TransactionRuleInterval.TypeEnum[]TransactionRuleInterval.TypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.balanceplatform with parameters of type TransactionRuleInterval.TypeEnum Modifier and Type Method Description voidTransactionRuleInterval. setType(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.TransactionRuleIntervalTransactionRuleInterval. type(TransactionRuleInterval.TypeEnum type)
-