AccumulativeRoom
Represents an accumulative room.
Properties
Name | Type | Description |
---|---|---|
Code | String | Gets or sets the code of the room. |
Area | Double | Gets or sets the area of the room. |
Names | Dictionary<Iso2LanguageEnum, String> | Gets or sets the names of the room in different languages. |
Descriptions | Dictionary<Iso2LanguageEnum, String> | Gets or sets the descriptions of the room in different languages. |
RoomOccupancy | AccumulativeRoomOccupancy | Gets or sets the room occupancy information. |
RoomOccupancy/Adults | AccumulativeMinMaxOccupancy | Accumulative occupancy for adults. |
RoomOccupancy/Adults/Min | Integer | Minimum occupancy. |
RoomOccupancy/Adults/Max | Integer | Maximum occupancy. |
RoomOccupancy/Children | AccumulativeMinMaxOccupancy | Accumulative occupancy for children. |
RoomOccupancy/Children/Min | Integer | Minimum occupancy. |
RoomOccupancy/Children/Max | Integer | Maximum occupancy. |
RoomOccupancy/Infants | AccumulativeMinMaxOccupancy | Accumulative occupancy for infants. |
RoomOccupancy/Infants/Min | Integer | Minimum occupancy. |
RoomOccupancy/Infants/Max | Integer | Maximum occupancy. |
RoomOccupancy/Total | AccumulativeMinMaxOccupancy | Accumulative total occupancy. |
RoomOccupancy/Total/Min | Integer | Minimum occupancy. |
RoomOccupancy/Total/Max | Integer | Maximum occupancy. |
Beds | List<AccumulativeBed> | Gets or sets the list of beds in the room. |
Beds/NumberOfBeds | Integer | Gets or sets the number of beds. |
Beds/Type | String | Gets or sets the type of bed. |
Amenities | List<AccumulativeAmenity> | Gets or sets the list of amenities in the room. |
Amenities/Code | String | Code of the amenity. |
Amenities/Type | ApplicationAreaTypeEnum | Type of the application area. |
Amenities/Descriptions | Dictionary<Iso2LanguageEnum, List<String>> | Descriptions of the amenity, keyed by language. |
Amenities/Names | Dictionary<Iso2LanguageEnum, String> | Names of the amenity, keyed by language. |
Medias | List<AccumulativeMedia> | Gets or sets the list of media associated with the room. |
Medias/Code | String | Code of the media. |
Medias/Url | String | URL of the media. |
Medias/Type | MediaTypeEnum | Type of the media. |
Medias/Order | String | Order of the media. Should be ordered from 1 onward. |
Medias/Descriptions | Dictionary<Iso2LanguageEnum, String> | Descriptions of the media, keyed by ISO 2 language code. |
Views | List<AccumulativeView> | Gets or sets the list of views from the room. |
Views/Code | String | Gets or sets the code. |
Views/Description | Dictionary<Iso2LanguageEnum, String> | Gets or sets the description. |