Header menu logo FSharp.Finance.Personal

ActualPaymentStatus Type

the status of the payment, allowing for delays due to payment-provider processing times

Union cases

Union case Description

the payment has been confirmed

Item : int64<MeasureProduct<Cent, MeasureOne>>

Failed(int64<MeasureProduct<Cent, MeasureOne>>, ChargeType voption)

Full Usage: Failed(int64<MeasureProduct<Cent, MeasureOne>>, ChargeType voption)

Parameters:

the payment has been failed, with optional charges (e.g. due to insufficient-funds penalties)

Item1 : int64<MeasureProduct<Cent, MeasureOne>>
Item2 : ChargeType voption

the payment has been initiated but is not yet confirmed

Item : int64<MeasureProduct<Cent, MeasureOne>>

the payment had been initiated but was not confirmed within the timeout

Item : int64<MeasureProduct<Cent, MeasureOne>>

a write-off payment has been applied

Item : int64<MeasureProduct<Cent, MeasureOne>>

Instance members

Instance member Description

this.Html

Full Usage: this.Html

Returns: string

HTML formatting to display the actual payment status in a readable format

Returns: string

this.IsConfirmed

Full Usage: this.IsConfirmed

Returns: bool
Returns: bool

this.IsFailed

Full Usage: this.IsFailed

Returns: bool
Returns: bool

this.IsPending

Full Usage: this.IsPending

Returns: bool
Returns: bool

this.IsTimedOut

Full Usage: this.IsTimedOut

Returns: bool
Returns: bool

this.IsWriteOff

Full Usage: this.IsWriteOff

Returns: bool
Returns: bool

Type something to start searching.