Header menu logo FSharp.Finance.Personal

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

ApplyMinimumPayment ApplyMinimumPayment

Full Usage: ApplyMinimumPayment ApplyMinimumPayment

Parameters:

take the minimum payment regardless

ApplyMinimumPayment : int64<MeasureProduct<Cent, MeasureOne>>

DeferOrWriteOff DeferOrWriteOff

Full Usage: DeferOrWriteOff DeferOrWriteOff

Parameters:

add the payment due to the next payment or close the balance if the final payment

DeferOrWriteOff : int64<MeasureProduct<Cent, MeasureOne>>

NoMinimumPayment

Full Usage: NoMinimumPayment

no minimum payment

Instance members

Instance member Description

this.Html

Full Usage: this.Html

Returns: string

HTML formatting to display the minimum payment in a readable format

Returns: string

this.IsApplyMinimumPayment

Full Usage: this.IsApplyMinimumPayment

Returns: bool
Returns: bool

this.IsDeferOrWriteOff

Full Usage: this.IsDeferOrWriteOff

Returns: bool
Returns: bool

this.IsNoMinimumPayment

Full Usage: this.IsNoMinimumPayment

Returns: bool
Returns: bool

Type something to start searching.