Uses of Class
com.adyen.model.checkout.Mandate.BillingAttemptsRuleEnum
-
Packages that use Mandate.BillingAttemptsRuleEnum Package Description com.adyen.model.checkout -
-
Uses of Mandate.BillingAttemptsRuleEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return Mandate.BillingAttemptsRuleEnum Modifier and Type Method Description static Mandate.BillingAttemptsRuleEnumMandate.BillingAttemptsRuleEnum. fromValue(String value)Mandate.BillingAttemptsRuleEnumMandate. getBillingAttemptsRule()The rule to specify the period, within which the recurring debit can happen, relative to the mandate recurring date.static Mandate.BillingAttemptsRuleEnumMandate.BillingAttemptsRuleEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Mandate.BillingAttemptsRuleEnum[]Mandate.BillingAttemptsRuleEnum. 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.BillingAttemptsRuleEnum Modifier and Type Method Description MandateMandate. billingAttemptsRule(Mandate.BillingAttemptsRuleEnum billingAttemptsRule)The rule to specify the period, within which the recurring debit can happen, relative to the mandate recurring date.voidMandate. setBillingAttemptsRule(Mandate.BillingAttemptsRuleEnum billingAttemptsRule)The rule to specify the period, within which the recurring debit can happen, relative to the mandate recurring date.
-