BalanceStatus Type
the status of the balance on a given offset day
Union cases
Union case |
Description
|
Full Usage:
ClosedBalance
|
the balance has been settled in full |
Full Usage:
OpenBalance
|
the balance is open, meaning further payments will be required to settle it |
Full Usage:
RefundDue
|
due to an overpayment or a refund of charges, a refund is due |
Instance members
Instance member |
Description
|
Full Usage:
this.Html
Returns: string
|
HTML formatting to display the balance status in a readable format
|
Full Usage:
this.IsClosedBalance
Returns: bool
|
|
Full Usage:
this.IsOpenBalance
Returns: bool
|
|
Full Usage:
this.IsRefundDue
Returns: bool
|
|