Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.37 KB

File metadata and controls

24 lines (16 loc) · 1.37 KB

HotelInfoRequest

Properties

Name Type Description Notes
hotelIdentifier String Unique hotel id returned by /hotels/search.
location HotelInfoLocation [optional]
language String Search language as an ISO code or full language name. Defaults to en. [optional]
checkIn String Check-in date. Date in YYYY-MM-DD format. [optional]
checkOut String Check-out date. Date in YYYY-MM-DD format. [optional]
currency String ISO 4217 currency code for prices, such as USD. [optional]
adults Integer Number of adult guests. [optional]
children List<Integer> Ages of children staying, used to refine availability and pricing. [optional]
loadPricesByDates Boolean When true, return a daily price calendar across the requested date range instead of a single stay price. [optional]
pricesStartDate String Start date for the daily price calendar. Date in YYYY-MM-DD format. [optional]
pricesEndDate String End date for the daily price calendar. Date in YYYY-MM-DD format. [optional]
pricesDateRange String Predefined period for the daily price calendar, such as next_30_days. [optional]