billingCycle
Details of the billing cycle information for recurring payments.
Note: This object is required if authenticationPurpose = INSTALMENT_TRANSACTION or RECURRING_TRANSACTION.
endDatedate
This is the date after which no further authorizations will be performed. The ISO 8601 date format is expected, i.e., YYYY-MM-DD.
frequencynumber
This is the minimum number of days between authorizations.
billingCycle
{
"endDate": "2024-07-29",
"frequency": 0
}