Uses of Class
com.adyen.model.checkout.Mandate.AmountRuleEnum
-
Packages that use Mandate.AmountRuleEnum Package Description com.adyen.model.checkout -
-
Uses of Mandate.AmountRuleEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return Mandate.AmountRuleEnum Modifier and Type Method Description static Mandate.AmountRuleEnumMandate.AmountRuleEnum. fromValue(String value)Mandate.AmountRuleEnumMandate. getAmountRule()The limitation rule of the billing amount.static Mandate.AmountRuleEnumMandate.AmountRuleEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Mandate.AmountRuleEnum[]Mandate.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 Mandate.AmountRuleEnum Modifier and Type Method Description MandateMandate. amountRule(Mandate.AmountRuleEnum amountRule)The limitation rule of the billing amount.voidMandate. setAmountRule(Mandate.AmountRuleEnum amountRule)The limitation rule of the billing amount.
-