InstalmentByTotalAmountScheduleInput
Input fields
The date on which the instalment schedule will end.
The based unit of frequency at which payments are to be taken.
The multiple of the frequency at which payment are taken; should be between 1 and 11.
The day of the month/week at which to take payment; allowed values: -28 to 28 (excl. 0) for 'MONTHLY', -7 to 7 (excl. 0) for 'WEEKLY'. Negative values count backwards from the end of the month/week.
The total amount to be paid as part of the instalment schedule.
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
Example
{
"endDate": "1984-01-17",
"frequency": "WEEKLY",
"frequencyMultiplier": 96,
"paymentDay": 72,
"totalGrossAmount": 1
}