Booking Item Request / Response
| Property | Data Type | Required | Description |
|---|---|---|---|
| externalId | String | Yes | ExternalId to identify this item |
| name | String | Yes | Name of the item |
| type | String | Yes | Type of the item |
| itemAmount | Number | Yes | Amount for one item |
| totalAmount | Number | Yes | Total amount |
| currency | String | Yes | Currency |
| quantity | Number | Yes | Quantity of for this item |
| adultCount | Number | No | Number of adults |
| childCount | Number | No | Number of children |