FailedPayment interface
A failed payment.
Properties
date | The date when the payment was attempted. NOTE: This property will not be serialized. It can only be populated by the server. |
failed |
The reason that the payment failed. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
date
The date when the payment was attempted. NOTE: This property will not be serialized. It can only be populated by the server.
date?: Date
Property Value
Date
failedPaymentReason
The reason that the payment failed. NOTE: This property will not be serialized. It can only be populated by the server.
failedPaymentReason?: string
Property Value
string