...
Name | Required | Type | Description | Example |
---|---|---|---|---|
depth_combinationsoptions | O | List[Option] |
| |
order | O | Order |
| |
purchaser | O | Purchaser |
| |
representative | O | Traveler |
|
(2) Type - Order
Name | Required | Type | Description | Example |
---|---|---|---|---|
channel_order_id | O | String |
| |
purchased_at | O | Datetime |
| |
purchase_requested_at | X | Datetime |
| |
reserved_at | X | Datetime |
| |
reservation_requested_at | X | Datetime |
| |
sub_total | O | String |
| |
discount_method | X | String |
| |
discount | X | String |
| |
total | O | String |
| |
status | O | String |
| |
is_voucher | O | Boolean |
| |
comment | X | String |
| |
currency | O | String |
|
...