Name | Type | Description | Notes |
---|---|---|---|
type | string | The type of the refund. | [optional] |
item_id | string | The identifier of the item. | |
sku_id | string | The identifier of the SKU. | [optional] |
quantity | int | The number of items to refund. | [optional] |
amount | double | The amount to refund. You are required to provide this value or <code>items[].percent</code>. | [optional] |
percent | double | The percent to refund. You are required to provide this value or <code>items[].amount</code>. | [optional] |