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