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, ChargeTypes)

Full Usage: Failed(Failed, ChargeTypes)

Parameters:

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

Failed : int64<MeasureProduct<Cent, MeasureOne>>
ChargeTypes : ChargeType array

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>>

Type something to start searching.