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