| Name | Type | Description | Notes |
|---|---|---|---|
| orderId | String | Defines the order for which the refund will be created. | [optional] |
| items | [OrderRefundAddItemsInner] | Defines items in the order that will be refunded | [optional] |
| totalPrice | Double | Defines order refund amount. | [optional] |
| shippingPrice | Double | Defines refund shipping amount. | [optional] |
| feePrice | Double | Specifies refund's fee price | [optional] |
| message | String | Refund reason, or some else message which assigned to refund. | [optional] |
| itemRestock | Bool | Boolean, whether or not to add the line items back to the store inventory. | [optional] [default to false] |
| sendNotifications | Bool | Send notifications to customer after refund was created | [optional] [default to false] |
| date | String | Specifies an order creation date in format Y-m-d H:i:s | [optional] |
| storeId | String | Store Id | [optional] |
| isOnline | Bool | Indicates whether refund type is online | [optional] [default to false] |
| idempotencyKey | String | A unique identifier associated with a specific request. Repeated requests with the same <strong>idempotency_key</strong> return a cached response without re-executing the business logic. <strong>Please note that the cache lifetime is 15 minutes.</strong> | [optional] |