FeeHandling Type
how to handle any fee when rescheduling or rolling over
Union cases
Union case |
Description
|
Full Usage:
CapitaliseAsPrincipal
|
move any outstanding fee balance to the principal balance |
Full Usage:
CarryOverAsIs
|
carry any outstanding fee balance over as an initial fee balance, maintaining the original final payment day if pro-rated |
Full Usage:
WriteOffFeeBalance
|
write off any outstanding fee balance |
Instance members
Instance member |
Description
|
Full Usage:
this.IsCapitaliseAsPrincipal
Returns: bool
|
|
Full Usage:
this.IsCarryOverAsIs
Returns: bool
|
|
Full Usage:
this.IsWriteOffFeeBalance
Returns: bool
|
|