...
Name | Type | Description | Example |
---|---|---|---|
status_code | Integer | 정상 처리 시 200 |
|
required_traveler_information | Object | 주문 발생 시 전달이 필요한 Traveler의 개인 정보 |
|
contents | Object | Product의 내용 | |
options | List[Object] | Product의 판매 단위 |
(1) Required Traveler Information
...
...
Name | Type | Description | Example |
---|---|---|---|
status_code | Integer | 정상 처리 시 200 |
|
required_traveler_information | Object | 주문 발생 시 전달이 필요한 Traveler의 개인 정보 |
|
contents | Object | Product의 내용 | |
options | List[Object] | Product의 판매 단위 |
...