ScheduleType Type
the type of the schedule; for scheduled payments, this affects how any payment due is calculated
Union cases
Union case |
Description
|
Full Usage:
Original
|
an original schedule |
Full Usage:
Rescheduled RescheduleDay
Parameters:
int<MeasureProduct<OffsetDay, MeasureOne>>
|
a new schedule created after the original schedule, indicating the day it was created
|
Instance members
Instance member |
Description
|
Full Usage:
this.Html
Returns: string
|
HTML formatting to display the schedule type in a readable format
|
Full Usage:
this.IsOriginal
Returns: bool
|
|
Full Usage:
this.IsRescheduled
Returns: bool
|
|