HotelDetailsResponse
Parameters
warnings
There were some errors or events during the transaction, but the API has still returned a response. Container for all warnings.
transactionId
Unique identifier for the transaction.
stayDates
lengthOfStay
The number of stay nights.
numberOfRooms
Number of rooms requested.
occupants
Container for the list of rooms requested by the traveler. Occupancy for each room is specified in this node.
validFormsOfPayment
Container for payment information.
hotelDetails
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)