ChargeType Type
the type and conditions of any charge
Union cases
Union case |
Description
|
Full Usage:
CustomCharge string
Parameters:
string
|
any other type of penalty charge
|
Full Usage:
InsufficientFunds
|
a charge incurred to cover banking costs when a payment attempt is rejected due to a lack of funds |
Full Usage:
LatePayment
|
a charge incurred because a scheduled payment was not made on time or in full |
Instance members
Instance member |
Description
|
Full Usage:
this.Html
Returns: string
|
HTML formatting to display the charge type in a readable format
|
Full Usage:
this.IsCustomCharge
Returns: bool
|
|
Full Usage:
this.IsInsufficientFunds
Returns: bool
|
|
Full Usage:
this.IsLatePayment
Returns: bool
|
|