Uses of Class
com.adyen.model.checkout.TokenMandate.AmountRuleEnum
-
Packages that use TokenMandate.AmountRuleEnum Package Description com.adyen.model.checkout -
-
Uses of TokenMandate.AmountRuleEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return TokenMandate.AmountRuleEnum Modifier and Type Method Description static TokenMandate.AmountRuleEnumTokenMandate.AmountRuleEnum. fromValue(String value)TokenMandate.AmountRuleEnumTokenMandate. getAmountRule()The limitation rule of the billing amount.static TokenMandate.AmountRuleEnumTokenMandate.AmountRuleEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static TokenMandate.AmountRuleEnum[]TokenMandate.AmountRuleEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.checkout with parameters of type TokenMandate.AmountRuleEnum Modifier and Type Method Description TokenMandateTokenMandate. amountRule(TokenMandate.AmountRuleEnum amountRule)The limitation rule of the billing amount.voidTokenMandate. setAmountRule(TokenMandate.AmountRuleEnum amountRule)The limitation rule of the billing amount.
-