Header menu logo FSharp.Finance.Personal

ChargeType Type

the type and conditions of any charge

Union cases

Union case Description

CustomCharge string

Full Usage: CustomCharge string

Parameters:
    Item : string

any other type of penalty charge

Item : string

InsufficientFunds

Full Usage: InsufficientFunds

a charge incurred to cover banking costs when a payment attempt is rejected due to a lack of funds

LatePayment

Full Usage: LatePayment

a charge incurred because a scheduled payment was not made on time or in full

Instance members

Instance member Description

this.Html

Full Usage: this.Html

Returns: string

HTML formatting to display the charge type in a readable format

Returns: string

this.IsCustomCharge

Full Usage: this.IsCustomCharge

Returns: bool
Returns: bool

this.IsInsufficientFunds

Full Usage: this.IsInsufficientFunds

Returns: bool
Returns: bool

this.IsLatePayment

Full Usage: this.IsLatePayment

Returns: bool
Returns: bool

Type something to start searching.