StripeWebhookDataObject
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | Payment intent ID | [default to null] |
| object | String | Object type | [default to null] |
| amount | Long | Amount in cents | [optional] [default to 0] |
| status | String | Status of the payment intent | [optional] [default to ] |
| charges | StripeChargeList | Charge data with payment details | [optional] [default to null] |
| last_payment_error | StripePaymentError | Last payment error | [optional] [default to null] |