Hotel Listings Response
Parameters
warnings
There were some errors or events during the transaction, but the API has still returned a response. Container for all warnings.
count
The number of hotels actually returned in the response.
total Hotel Count
The number of hotels present in the location.
transaction Id
Unique identifier for the transaction.
stay Dates
length Of Stay
The number of stay nights.
number Of Rooms
The number of the rooms requested on behalf of the user.
occupants
Container of occupants. It is an array including occupants of each room.
hotels
Container for all hotels.
Constructors
Link copied to clipboard
public HotelListingsResponse HotelListingsResponse(List<Warning> warnings, Integer count, Integer totalHotelCount, String transactionId, HotelListingsResponseStayDates stayDates, Integer lengthOfStay, Integer numberOfRooms, List<Occupant> occupants, List<Hotel> hotels)