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 text)Mandate.BillingAttemptsRuleEnumMandate. getBillingAttemptsRule()The rule to specify the period, within which the recurring debit can happen, relative to the mandate recurring date.Mandate.BillingAttemptsRuleEnumMandate.BillingAttemptsRuleEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)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)voidMandate. setBillingAttemptsRule(Mandate.BillingAttemptsRuleEnum billingAttemptsRule)voidMandate.BillingAttemptsRuleEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, Mandate.BillingAttemptsRuleEnum enumeration)
-