TokenMandate |
TokenMandate.accountIdType(String accountIdType) |
The type of account identifier for the masked account number.
|
TokenMandate |
TokenMandate.amount(String amount) |
The billing amount (in minor units) of the recurring transactions.
|
TokenMandate |
TokenMandate.amountRule(TokenMandate.AmountRuleEnum amountRule) |
The limitation rule of the billing amount.
|
TokenMandate |
TokenMandate.billingAttemptsRule(TokenMandate.BillingAttemptsRuleEnum billingAttemptsRule) |
The rule to specify the period, within which the recurring debit can happen, relative to the
mandate recurring date.
|
TokenMandate |
TokenMandate.billingDay(String billingDay) |
The number of the day, on which the recurring debit can happen.
|
TokenMandate |
TokenMandate.count(String count) |
The number of transactions that can be performed within the given frequency.
|
TokenMandate |
TokenMandate.currency(String currency) |
The three-character [ISO currency
code](https://docs.adyen.com/development-resources/currency-codes).
|
TokenMandate |
TokenMandate.endsAt(String endsAt) |
End date of the billing plan, in YYYY-MM-DD format.
|
TokenMandate |
TokenMandate.frequency(TokenMandate.FrequencyEnum frequency) |
The frequency with which a shopper should be charged.
|
static TokenMandate |
TokenMandate.fromJson(String jsonString) |
Create an instance of TokenMandate given an JSON string
|
TokenMandate |
StoredPaymentMethodResource.getMandate() |
Get mandate
|
TokenMandate |
TokenMandate.includeNullValues(boolean includeNullValues) |
Configures whether null values are explicitly serialized in the JSON payload.
|
TokenMandate |
TokenMandate.mandateId(String mandateId) |
The unique identifier of the mandate.
|
TokenMandate |
TokenMandate.maskedAccountId(String maskedAccountId) |
The masked account number associated with the mandate.
|
TokenMandate |
TokenMandate.minAmount(String minAmount) |
For a billing plan where the payment amounts are variable, the minimum amount to charge the
shopper for each recurring payment.
|
TokenMandate |
TokenMandate.providerId(String providerId) |
The provider-specific identifier for this mandate.
|
TokenMandate |
TokenMandate.recurringAmount(String recurringAmount) |
For a billing plan where the payment amount is fixed, the amount the shopper will be charged
for each recurring payment.
|
TokenMandate |
TokenMandate.recurringStatement(String recurringStatement) |
The text that will be shown on the shopper's bank statement for the recurring payments.
|
TokenMandate |
TokenMandate.remarks(String remarks) |
Additional remarks or notes about the mandate.
|
TokenMandate |
TokenMandate.retryPolicy(TokenMandate.RetryPolicyEnum retryPolicy) |
When set to true, you can retry for failed recurring payments.
|
TokenMandate |
TokenMandate.startsAt(String startsAt) |
Start date of the billing plan, in YYYY-MM-DD format.
|
TokenMandate |
TokenMandate.status(String status) |
The status of the mandate.
|
TokenMandate |
TokenMandate.txVariant(String txVariant) |
The transaction variant used for this mandate.
|