FailedPayment Class
A failed payment.
Constructor
FailedPayment(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
date
|
The date when the payment was attempted. |
|
failed_payment_reason
|
The reason that the payment failed. Known values are: "Other", "BankDeclined", "CardExpired", and "IncorrectCardDetails". |
Attributes
date
The date when the payment was attempted.
date: datetime | None
failed_payment_reason
"Other", "BankDeclined", "CardExpired", and "IncorrectCardDetails".
failed_payment_reason: str | _models.FailedPaymentReason | None