Method Type
the method used to calculate the interest
Union cases
Union case |
Description
|
Full Usage:
AddOn
|
add-on interest method, where the interest accrued over the loan is added to the initial balance and the interest is paid off before the principal balance |
Full Usage:
Simple
|
simple interest method, where interest is based on the principal balance and the number of days outstanding |
Instance members
Instance member |
Description
|
Full Usage:
this.Html
Returns: string
|
HTML formatting to display the method in a readable format
|
Full Usage:
this.IsAddOn
Returns: bool
|
|
Full Usage:
this.IsSimple
Returns: bool
|
|