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
|
Full Usage:
Failed(Failed, ChargeType)
Parameters:
int64<MeasureProduct<Cent, MeasureOne>>
ChargeType : ChargeType voption
|
the payment has been failed, with optional charges (e.g. due to insufficient-funds penalties)
|
|
the payment has been initiated but is not yet confirmed
|
|
the payment had been initiated but was not confirmed within the timeout
|
|
a write-off payment has been applied
|
Instance members
Instance member |
Description
|
Full Usage:
this.Html
Returns: string
|
HTML formatting to display the actual payment status in a readable format
|
Full Usage:
this.IsConfirmed
Returns: bool
|
|
Full Usage:
this.IsFailed
Returns: bool
|
|
Full Usage:
this.IsPending
Returns: bool
|
|
Full Usage:
this.IsTimedOut
Returns: bool
|
|
Full Usage:
this.IsWriteOff
Returns: bool
|
|