LodgingQuotesResponse
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.
totalPropertyCount
The number of properties requested.
transactionId
Unique identifier for the API transaction.
stayDates
lengthOfStay
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)