PixRecurring |
PixRecurring.billingDate(String billingDate) |
The date on which the shopper's payment method will be charged, in YYYY-MM-DD format.
|
PixRecurring |
PixRecurring.businessDayOnly(Boolean businessDayOnly) |
Flag used to define whether liquidation can happen only on business days
|
PixRecurring |
PixRecurring.endsAt(String endsAt) |
End date of the billing plan, in YYYY-MM-DD format.
|
PixRecurring |
PixRecurring.frequency(PixRecurring.FrequencyEnum frequency) |
The frequency at which the shopper will be charged.
|
static PixRecurring |
PixRecurring.fromJson(String jsonString) |
Create an instance of PixRecurring given an JSON string
|
PixRecurring |
PixDetails.getPixRecurring() |
Get pixRecurring
|
PixRecurring |
PixRecurring.includeNullValues(boolean includeNullValues) |
Configures whether null values are explicitly serialized in the JSON payload.
|
PixRecurring |
PixRecurring.minAmount(Amount minAmount) |
minAmount
|
PixRecurring |
PixRecurring.originalPspReference(String originalPspReference) |
The pspReference for the failed recurring payment.
|
PixRecurring |
PixRecurring.recurringAmount(Amount recurringAmount) |
recurringAmount
|
PixRecurring |
PixRecurring.recurringStatement(String recurringStatement) |
The text that that will be shown on the shopper's bank statement for the recurring
payments.
|
PixRecurring |
PixRecurring.retryPolicy(Boolean retryPolicy) |
When set to true, you can retry for failed recurring payments.
|
PixRecurring |
PixRecurring.startsAt(String startsAt) |
Start date of the billing plan, in YYYY-MM-DD format.
|