Mandate |
Mandate.amount(String amount) |
The billing amount (in minor units) of the recurring transactions.
|
Mandate |
Mandate.amountRule(Mandate.AmountRuleEnum amountRule) |
The limitation rule of the billing amount.
|
Mandate |
Mandate.billingAttemptsRule(Mandate.BillingAttemptsRuleEnum billingAttemptsRule) |
The rule to specify the period, within which the recurring debit can happen, relative to the mandate recurring date.
|
Mandate |
Mandate.billingDay(String billingDay) |
The number of the day, on which the recurring debit can happen.
|
Mandate |
Mandate.count(String count) |
The number of transactions that can be performed within the given frequency.
|
Mandate |
Mandate.endsAt(String endsAt) |
End date of the billing plan, in YYYY-MM-DD format.
|
Mandate |
Mandate.frequency(Mandate.FrequencyEnum frequency) |
The frequency with which a shopper should be charged.
|
static Mandate |
Mandate.fromJson(String jsonString) |
Create an instance of Mandate given an JSON string
|
Mandate |
CreateCheckoutSessionRequest.getMandate() |
mandate
|
Mandate |
CreateCheckoutSessionResponse.getMandate() |
mandate
|
Mandate |
PaymentRequest.getMandate() |
mandate
|
Mandate |
Mandate.remarks(String remarks) |
The message shown by UPI to the shopper on the approval screen.
|
Mandate |
Mandate.startsAt(String startsAt) |
Start date of the billing plan, in YYYY-MM-DD format.
|