ChargeGrouping Type
options on how to handle multiple charges
Union cases
Union case |
Description
|
Full Usage:
AllChargesApplied
|
all charges are applied |
Full Usage:
OneChargeTypePerDay
|
only one charge of any type may be applied per day - only the first charge of each type per day is applied |
Full Usage:
OneChargeTypePerSchedule
|
only one charge of any type may be applied per schedule - only the first charge of each type per scheduled is applied |
Instance members
Instance member |
Description
|
Full Usage:
this.Html
Returns: string
|
HTML formatting to display the charge grouping in a readable format
|
Full Usage:
this.IsAllChargesApplied
Returns: bool
|
|
Full Usage:
this.IsOneChargeTypePerDay
Returns: bool
|
|
Full Usage:
this.IsOneChargeTypePerSchedule
Returns: bool
|
|