RateCalendarResponse
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.
rateCalendars
Container for all hotel rate calendar data.
Constructors
Link copied to clipboard
public RateCalendarResponse RateCalendarResponse(List<Warning> warnings, String transactionId, List<HotelRateCalendar> rateCalendars)