| Name | Type | Description | Notes |
|---|---|---|---|
| code | String | ||
| createdAt | String | ||
| checkin | String | ||
| checkout | String | ||
| hotelCode | String | ||
| destinationCode | String | ||
| clientNationality | String | ||
| payAtHotel | Boolean | ||
| currency | CurrencyEnum | ||
| mealtypeCode | String | ||
| nonrefundable | String | ||
| view | Boolean | [optional] | |
| price | String | ||
| policies | List<Policy> | ||
| rooms | List<Room> | ||
| status | String | ||
| confirmationNumbers | List<BookResponseConfirmationNumbers> | ||
| hotelPaymentInfo | List<BookResponseHotelPaymentInfo> | ||
| minimumSellingPrice | String | [optional] | |
| specialRequest | String | [optional] |
| Name | Value |
|---|---|
| USD | "USD" |
| EUR | "EUR" |
| GBP | "GBP" |
| TRY | "TRY" |
| AED | "AED" |