Uses of Class
com.adyen.model.payment.Mandate.AmountRuleEnum
-
Packages that use Mandate.AmountRuleEnum Package Description com.adyen.model.payment -
-
Uses of Mandate.AmountRuleEnum in com.adyen.model.payment
Methods in com.adyen.model.payment 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.payment 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.
-