| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | A unique 25-character alphanumeric refund identifier. | [default to null] |
| resource | String | Resource name. Will always be `refund`. | [default to null] |
| amount | Integer | The refund amount with tax included, greater than or equal to 0, in the lowest denomination of the currency (e.g. cents for USD). | [default to null] |
| currency | Currency | [default to null] | |
| payment | String | A unique 25-character alphanumeric payment identifier. | [default to null] |
| description | String | Description of the refund. | [default to null] |
| created_at | Date | [default to null] | |
| chargeback | Boolean | Denotes if this refund was created due to a chargeback. | [default to null] |
| refund_type | String | [optional] [default to null] | |
| platform_details | PlatformDetails | [optional] [default to null] |