PaymentScheduleDataType
Payment schedule details for a join supplier process.
This type represents the chosen payment schedule configuration. Only one of the schedule type fields will be populated, depending on which type of schedule was chosen.
Fields
Balance-triggered payment schedule details, if this schedule type was chosen.
Bill-triggered payment schedule details, if this schedule type was chosen.
Bill-triggered with balance target schedule details, if this schedule type was chosen.
Instalment by monthly amount schedule details, if this schedule type was chosen.
Instalment by total amount schedule details, if this schedule type was chosen.
Regular payment schedule details, if this schedule type was chosen.
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
{
"balanceTriggered": BalanceTriggeredScheduleType,
"billTriggered": BillTriggeredScheduleType,
"billTriggeredBalanceTarget": BillTriggeredBalanceTargetScheduleType,
"instalmentByMonthlyAmount": InstalmentByMonthlyAmountScheduleType,
"instalmentByTotalAmount": InstalmentByTotalAmountScheduleType,
"regular": RegularScheduleType
}