| 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] |
| order_id | string | The unique identifier of the order associated with the return. | [optional] |
| rma_number | string | The return merchandise authorization number. | [optional] |
| reason | string | The reason for the return. | [optional] |
| type | string | [optional] | |
| return_to | \DigitalRiver\ApiSdk\Model\Shipping | [optional] | |
| items | \DigitalRiver\ApiSdk\Model\ReturnItem[] | [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] |