AccommodationRQ
Represents a basic request for accommodation information, serving as a base class for specific types of requests such as HotelRQ or RentalRQ.
Propertiesโ
| Name | Type | Description | 
|---|---|---|
| Type | AccommodationType | Specifies the type of accommodation being requested, such as Hotel or Rental. | 
| Code | String | Represents a unique code identifying the accommodation in the request. |