Header menu logo FSharp.Finance.Personal

ChargeGrouping Type

options on how to handle multiple charges

Union cases

Union case Description

AllChargesApplied

Full Usage: AllChargesApplied

all charges are applied

OneChargeTypePerDay

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

OneChargeTypePerSchedule

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

this.Html

Full Usage: this.Html

Returns: string

HTML formatting to display the charge grouping in a readable format

Returns: string

this.IsAllChargesApplied

Full Usage: this.IsAllChargesApplied

Returns: bool
Returns: bool

this.IsOneChargeTypePerDay

Full Usage: this.IsOneChargeTypePerDay

Returns: bool
Returns: bool

this.IsOneChargeTypePerSchedule

Full Usage: this.IsOneChargeTypePerSchedule

Returns: bool
Returns: bool

Type something to start searching.