MinimumPayment Type
how to handle cases where the payment due is less than the minimum that payment providers can process
Union cases
Union case |
Description
|
Full Usage:
ApplyMinimumPayment ApplyMinimumPayment
Parameters:
int64<MeasureProduct<Cent, MeasureOne>>
|
take the minimum payment regardless
|
Full Usage:
DeferOrWriteOff DeferOrWriteOff
Parameters:
int64<MeasureProduct<Cent, MeasureOne>>
|
add the payment due to the next payment or close the balance if the final payment
|
Full Usage:
NoMinimumPayment
|
no minimum payment |
Instance members
Instance member |
Description
|
Full Usage:
this.Html
Returns: string
|
HTML formatting to display the minimum payment in a readable format
|
Full Usage:
this.IsApplyMinimumPayment
Returns: bool
|
|
Full Usage:
this.IsDeferOrWriteOff
Returns: bool
|
|
Full Usage:
this.IsNoMinimumPayment
Returns: bool
|
|