...
Name | Required | Type | Description | ||
---|---|---|---|---|---|
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 | Bool |
| ||
comment | X | String |
| ||
currency | O | String |
|
...
Name | Required | Type | Description |
---|---|---|---|
channel_product_mapping_id | O | String |
|
dc_id | O | String |
|
quantity | O | Int |
|
use_date | O | Datetime |
|
unit_selling_price | O | String |
|
discount | X | String |
|
discount_method | X | String |
|
amount_price | O | String |
|
travelers | O | List[Traveler] |
|
...