ScheduleConfig Type
whether a payment plan is generated according to a regular schedule or is an irregular array of payments
Union cases
Union case |
Description
|
Full Usage:
AutoGenerateSchedule AutoGenerateSchedule
Parameters:
AutoGenerateSchedule
|
a schedule based on a unit-period config with a specific number of payments with an auto-calculated amount, optionally limited to a maximum duration
|
Full Usage:
CustomSchedule CustomSchedule
Parameters:
Map<int<MeasureProduct<OffsetDay, MeasureOne>>, ScheduledPayment>
|
just a bunch of payments
|
|
a schedule based on one or more unit-period configs each with a specific number of payments of a specified amount and type
|
Instance members
Instance member |
Description
|
Full Usage:
this.IsAutoGenerateSchedule
Returns: bool
|
|
Full Usage:
this.IsCustomSchedule
Returns: bool
|
|
Full Usage:
this.IsFixedSchedules
Returns: bool
|
|