Name | Type | Description | Notes |
---|---|---|---|
id | string | The unique identifier of the reservation. | [optional] |
created_time | \DateTime | The time when the reservation was created. | [optional] [readonly] |
ship_to | \DigitalRiver\ApiSdk\Model\ReservationShipping | [optional] | |
shipping_choice | \DigitalRiver\ApiSdk\Model\ReservationShippingChoice | [optional] | |
items | \DigitalRiver\ApiSdk\Model\ReservationInventoryItem[] | [optional] | |
expires_in_seconds | int | A positive integer that specifies the number of seconds before the reservation expires and is deleted. | [optional] |
live_mode | bool | Has the value true if the object exists in live mode or the value false if the object exists in test mode. | [optional] |