Uses of Class
com.adyen.model.balanceplatform.TransactionRuleInfo.PurposeEnum
-
Packages that use TransactionRuleInfo.PurposeEnum Package Description com.adyen.model.balanceplatform -
-
Uses of TransactionRuleInfo.PurposeEnum in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return TransactionRuleInfo.PurposeEnum Modifier and Type Method Description static TransactionRuleInfo.PurposeEnumTransactionRuleInfo.PurposeEnum. fromValue(String value)TransactionRuleInfo.PurposeEnumTransactionRuleInfo. getPurpose()Specifies the reason for creating the rule.static TransactionRuleInfo.PurposeEnumTransactionRuleInfo.PurposeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static TransactionRuleInfo.PurposeEnum[]TransactionRuleInfo.PurposeEnum. 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.PurposeEnum Modifier and Type Method Description TransactionRuleInfoTransactionRuleInfo. purpose(TransactionRuleInfo.PurposeEnum purpose)Specifies the reason for creating the rule.voidTransactionRuleInfo. setPurpose(TransactionRuleInfo.PurposeEnum purpose)Specifies the reason for creating the rule.
-