ScheduledPaymentOption Type
whether to stick to scheduled payment amounts or add charges and interest to them
Union cases
Union case |
Description
|
Full Usage:
AddChargesAndInterest
|
add any charges and interest to the payment in order to close the balance at the end of the schedule |
Full Usage:
AsScheduled
|
keep to the scheduled payment amounts even if this results in an open balance |
Instance members
Instance member |
Description
|
Full Usage:
this.Html
Returns: string
|
HTML formatting to display the scheduled payment option in a readable format
|
Full Usage:
this.IsAddChargesAndInterest
Returns: bool
|
|
Full Usage:
this.IsAsScheduled
Returns: bool
|
|