AccumulativeDescriptions
Represents accumulative descriptions for different aspects of a hotel.
Properties
| Name | Type | Description |
|---|---|---|
| Pool | Dictionary<Iso2LanguageEnum, List<String>> | Dictionary containing pool descriptions categorized by language. |
| Activities | Dictionary<Iso2LanguageEnum, List<String>> | Dictionary containing activities descriptions categorized by language. |
| Restaurants | Dictionary<Iso2LanguageEnum, List<String>> | Dictionary containing restaurants descriptions categorized by language. |
| General | Dictionary<Iso2LanguageEnum, List<String>> | Dictionary containing general descriptions categorized by language. |
| Rooms | Dictionary<Iso2LanguageEnum, List<String>> | Dictionary containing room descriptions categorized by language. |
| Amenities | Dictionary<Iso2LanguageEnum, List<String>> | Dictionary containing amenities descriptions categorized by language. |