Skip to main content

AccommodationRQ

Represents a basic request for accommodation information, serving as a base class for specific types of requests such as HotelRQ or RentalRQ.

Properties

NameTypeDescription
TypeAccommodationTypeSpecifies the type of accommodation being requested, such as Hotel or Rental.
CodeStringRepresents a unique code identifying the accommodation in the request.