| Name | Type | Description | Notes |
|---|---|---|---|
| id | string | The unique identifier of the return. | [optional] [readonly] |
| created_time | \DateTime | The time at which the return was created. | [optional] [readonly] |
| updated_time | \DateTime | The time at which the return was updated. | [optional] [readonly] |
| order_id | string | The unique identifier of the order. | [optional] [readonly] |
| currency | string | A three-letter ISO currency code. | [optional] |
| items | \DigitalRiver\ApiSdk\Model\ReturnsItem[] | [optional] | |
| reason | string | The reason for the return. | [optional] |
| failure_reason | string | An enumeration indicating the reason for the return failure, if known. | [optional] |
| state | string | An enumeration indicating the state of the return. | [optional] |
| location | \DigitalRiver\ApiSdk\Model\ReturnsLocation | [optional] | |
| live_mode | bool | Has the value <code>true</code> if the object exists in live mode or the value <code>false</code> if the object exists in test mode. | [optional] |
| metadata | map[string,AnyType] | Key-value pairs used to store additional data. Value can be string, boolean or integer types. | [optional] |
| refund_ids | string[] | [optional] [readonly] |