Uses of Class
com.adyen.model.balanceplatform.TransactionRule.RequestTypeEnum
-
Packages that use TransactionRule.RequestTypeEnum Package Description com.adyen.model.balanceplatform -
-
Uses of TransactionRule.RequestTypeEnum in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return TransactionRule.RequestTypeEnum Modifier and Type Method Description static TransactionRule.RequestTypeEnumTransactionRule.RequestTypeEnum. fromValue(String value)TransactionRule.RequestTypeEnumTransactionRule. getRequestType()Indicates the type of request to which the rule applies.static TransactionRule.RequestTypeEnumTransactionRule.RequestTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static TransactionRule.RequestTypeEnum[]TransactionRule.RequestTypeEnum. 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.RequestTypeEnum Modifier and Type Method Description TransactionRuleTransactionRule. requestType(TransactionRule.RequestTypeEnum requestType)Indicates the type of request to which the rule applies.voidTransactionRule. setRequestType(TransactionRule.RequestTypeEnum requestType)Indicates the type of request to which the rule applies.
-