| Package | Description |
|---|---|
| com.adyen.model.checkout |
| Modifier and Type | Method and Description |
|---|---|
static Mandate.BillingAttemptsRuleEnum |
Mandate.BillingAttemptsRuleEnum.fromValue(String text) |
Mandate.BillingAttemptsRuleEnum |
Mandate.getBillingAttemptsRule()
The rule to specify the period, within which the recurring debit can happen, relative to the mandate recurring date.
|
Mandate.BillingAttemptsRuleEnum |
Mandate.BillingAttemptsRuleEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static Mandate.BillingAttemptsRuleEnum |
Mandate.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.
|
| Modifier and Type | Method and Description |
|---|---|
Mandate |
Mandate.billingAttemptsRule(Mandate.BillingAttemptsRuleEnum billingAttemptsRule) |
void |
Mandate.setBillingAttemptsRule(Mandate.BillingAttemptsRuleEnum billingAttemptsRule) |
void |
Mandate.BillingAttemptsRuleEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
Mandate.BillingAttemptsRuleEnum enumeration) |
Copyright © 2022. All rights reserved.