Uses of Class
com.adyen.model.balanceplatform.TransactionRuleInfo.TypeEnum
-
Packages that use TransactionRuleInfo.TypeEnum Package Description com.adyen.model.balanceplatform -
-
Uses of TransactionRuleInfo.TypeEnum in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return TransactionRuleInfo.TypeEnum Modifier and Type Method Description static TransactionRuleInfo.TypeEnumTransactionRuleInfo.TypeEnum. fromValue(String value)TransactionRuleInfo.TypeEnumTransactionRuleInfo. getType()The [type of rule](https://docs.adyen.com/issuing/transaction-rules#rule-types), which defines if a rule blocks transactions based on individual characteristics or accumulates data.static TransactionRuleInfo.TypeEnumTransactionRuleInfo.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static TransactionRuleInfo.TypeEnum[]TransactionRuleInfo.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 TransactionRuleInfo.TypeEnum Modifier and Type Method Description voidTransactionRuleInfo. setType(TransactionRuleInfo.TypeEnum type)The [type of rule](https://docs.adyen.com/issuing/transaction-rules#rule-types), which defines if a rule blocks transactions based on individual characteristics or accumulates data.TransactionRuleInfoTransactionRuleInfo. type(TransactionRuleInfo.TypeEnum type)
-