| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | Id of payment intent | [optional] |
| description | String | An arbitrary string attached to the object. Often useful for displaying to users. | [optional] |
| currency | String | Three-letter <a href="https://www.iso.org/iso-4217-currency-codes.html\">ISO currency code</a>, in lowercase. Must be a <a href="https://stripe.com/docs/currencies\">supported currency</a>. | [optional] |
| status | String | Status of this PaymentIntent, one of requires_payment_method, requires_confirmation, requires_action, processing, requires_capture, canceled, or succeeded. Read more about each PaymentIntent <a href="https://stripe.com/docs/payments/intents#intent-statuses\">status</a>. One of: canceled, processing, requires_action, requires_capture, requires_confirmation, requires_payment_method, or succeeded. | [optional] |
| created | OffsetDateTime | Time at which the object was created. Measured in seconds since the Unix epoch. | [optional] |
| lastPaymentError | LastPaymentError | Failed payment intent Errors | [optional] |