Lodging Quotes 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 properties actually returned in the response.
total Property Count
The number of properties requested.
transaction Id
Unique identifier for the API transaction.
stay Dates
length Of Stay
The number of stay nights.
occupants
Container for the list of room occupants.
properties
Container for all properties.
Constructors
Link copied to clipboard
public LodgingQuotesResponse LodgingQuotesResponse(List<LodgingWarning> warnings, Integer count, Integer totalPropertyCount, String transactionId, LodgingStayDates stayDates, Integer lengthOfStay, List<LodgingOccupant> occupants, List<Property> properties)