StripeRefundObject
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | Refund ID | [default to null] |
| object | String | Object type | [default to null] |
| amount | Long | Amount refunded | [default to null] |
| charge | String | Charge ID | [optional] [default to null] |
| payment_intent | String | Payment intent ID | [optional] [default to null] |
| status | String | Refund status | [default to null] |
| failure_reason | String | Failure reason | [optional] [default to null] |