A refund for an ecommerce order.
| Name | Type | Description | Notes |
|---|---|---|---|
| id | str, none_type | A unique identifier for an object. | [optional] [readonly] |
| amount | str | The amount of the refund. | [optional] |
| currency | Currency | [optional] | |
| reason | str | The reason for the refund. | [optional] |
| created_at | datetime, none_type | The date and time when the object was created. | [optional] [readonly] |
| any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |