Skip to main content

HotelRQ

Represents a hotel request, extending the base AccommodationRQ class with additional hotel-specific details such as location.

Properties

NameTypeDescription
TypeAccommodationTypeSpecifies the type of accommodation being requested, such as Hotel or Rental.
CodeStringRepresents a unique code identifying the accommodation in the request.
LocationLocationThe geographical or contextual location of the hotel.
Location/CodeStringThe unique code identifying the location.
Location/CountryStringThe ISO 3166-1 alpha-2 country code where the location is situated.
Location/LongitudeDoubleThe longitude coordinate of the location, expressed in decimal degrees.
Location/LatitudeDoubleThe latitude coordinate of the location, expressed in decimal degrees.