BillTriggeredScheduleInput
A payment schedule which triggers a payment when a bill is issued.
Optionally a payment day frequency multiplier can be specified in which case the payment is taken on the first occurrence of the payment day after a bill has been issued.
Input fields
The multiple of months at which payment are taken. Required when a payment day is chosen, ignored if payment day not set.
The day of the month at which to take payment; allowed values -28 to 28 (excl. 0). Negative values count backwards from the end of the month. If not provided payment is taken whenever a bill is issued.
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
{
"frequencyMultiplier": 41,
"paymentDay": 94
}