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