HotelRateCalendar
Container for all hotel rate calendar data.
Parameters
ecomHotelId
The unique, Expedia-specific hotel property identifier used to designate a single hotel.
hcomHotelId
The unique, Hotels.com-specific hotel property identifier used to designate a single hotel. This will be returned if searching via hcomHotelId
in request or the request is coming from Hcom partner.
rateCalendar
Container for all rate calendar data.
Constructors
Link copied to clipboard
public HotelRateCalendar HotelRateCalendar(String ecomHotelId, String hcomHotelId, List<RateCalendar> rateCalendar)