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

Confirmed Confirmed

Full Usage: Confirmed Confirmed

Parameters:

the payment has been confirmed

Confirmed : int64<MeasureProduct<Cent, MeasureOne>>

Failed(Failed, ChargeType)

Full Usage: Failed(Failed, ChargeType)

Parameters:

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

Failed : int64<MeasureProduct<Cent, MeasureOne>>
ChargeType : ChargeType voption

Pending Pending

Full Usage: Pending Pending

Parameters:

the payment has been initiated but is not yet confirmed

Pending : int64<MeasureProduct<Cent, MeasureOne>>

TimedOut TimedOut

Full Usage: TimedOut TimedOut

Parameters:

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

TimedOut : int64<MeasureProduct<Cent, MeasureOne>>

WriteOff WriteOff

Full Usage: WriteOff WriteOff

Parameters:

a write-off payment has been applied

WriteOff : 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.