Accommodation
Represents an abstract base class for accommodation types in search responses. This class is extended by specific types of accommodations such as Hotel and Rental.
Properties
Name | Type | Description |
---|---|---|
AccommodationType | AccommodationType | Gets or initializes the type of accommodation. |
AccommodationCode | String | Gets the unique code identifying the accommodation. |
AccommodationName | String | Gets or initializes the name of the accommodation. |