LevelPaymentOption Type
when calculating the level payments, whether the final payment should be lower or higher than the level payment
Union cases
Union case |
Description
|
Full Usage:
HigherFinalPayment
|
the final payment must be higher than the level payment |
Full Usage:
LowerFinalPayment
|
the final payment must be lower than the level payment |
Full Usage:
SimilarFinalPayment
|
the final payment must be around the same as the level payment but can be higher or lower |
Instance members
Instance member |
Description
|
Full Usage:
this.Html
Returns: string
|
HTML formatting to display the level-payment option in a readable format
|
Full Usage:
this.IsHigherFinalPayment
Returns: bool
|
|
Full Usage:
this.IsLowerFinalPayment
Returns: bool
|
|
Full Usage:
this.IsSimilarFinalPayment
Returns: bool
|
|