Hotel Details Response
Parameters
warnings
There were some errors or events during the transaction, but the API has still returned a response. Container for all warnings.
transaction Id
Unique identifier for the transaction.
stay Dates
length Of Stay
The number of stay nights.
number Of Rooms
Number of rooms requested.
occupants
Container for the list of rooms requested by the traveler. Occupancy for each room is specified in this node.
valid Forms Of Payment
Container for payment information.
hotel Details
Constructors
Link copied to clipboard
public HotelDetailsResponse HotelDetailsResponse(List<HotelDetailsResponseWarningsInner> warnings, String transactionId, HotelDetailsResponseStayDates stayDates, Integer lengthOfStay, Integer numberOfRooms, List<HotelDetailsResponseOccupantsInner> occupants, List<ValidFormsOfPayment> validFormsOfPayment, Hotel hotelDetails)