Skip to main content

AccumulativeRoom

Represents an accumulative room.

Properties

NameTypeDescription
CodeStringGets or sets the code of the room.
AreaDoubleGets or sets the area of the room.
NamesDictionary<Iso2LanguageEnum, String>Gets or sets the names of the room in different languages.
DescriptionsDictionary<Iso2LanguageEnum, String>Gets or sets the descriptions of the room in different languages.
RoomOccupancyAccumulativeRoomOccupancyGets or sets the room occupancy information.
RoomOccupancy/AdultsAccumulativeMinMaxOccupancyAccumulative occupancy for adults.
RoomOccupancy/Adults/MinIntegerMinimum occupancy.
RoomOccupancy/Adults/MaxIntegerMaximum occupancy.
RoomOccupancy/ChildrenAccumulativeMinMaxOccupancyAccumulative occupancy for children.
RoomOccupancy/Children/MinIntegerMinimum occupancy.
RoomOccupancy/Children/MaxIntegerMaximum occupancy.
RoomOccupancy/InfantsAccumulativeMinMaxOccupancyAccumulative occupancy for infants.
RoomOccupancy/Infants/MinIntegerMinimum occupancy.
RoomOccupancy/Infants/MaxIntegerMaximum occupancy.
RoomOccupancy/TotalAccumulativeMinMaxOccupancyAccumulative total occupancy.
RoomOccupancy/Total/MinIntegerMinimum occupancy.
RoomOccupancy/Total/MaxIntegerMaximum occupancy.
BedsList<AccumulativeBed>Gets or sets the list of beds in the room.
Beds/NumberOfBedsIntegerGets or sets the number of beds.
Beds/TypeStringGets or sets the type of bed.
AmenitiesList<AccumulativeAmenity>Gets or sets the list of amenities in the room.
Amenities/CodeStringCode of the amenity.
Amenities/TypeApplicationAreaTypeEnumType of the application area.
Amenities/DescriptionsDictionary<Iso2LanguageEnum, List<String>>Descriptions of the amenity, keyed by language.
Amenities/NamesDictionary<Iso2LanguageEnum, String>Names of the amenity, keyed by language.
MediasList<AccumulativeMedia>Gets or sets the list of media associated with the room.
Medias/CodeStringCode of the media.
Medias/UrlStringURL of the media.
Medias/TypeMediaTypeEnumType of the media.
Medias/OrderStringOrder of the media. Should be ordered from 1 onward.
Medias/DescriptionsDictionary<Iso2LanguageEnum, String>Descriptions of the media, keyed by ISO 2 language code.
ViewsList<AccumulativeView>Gets or sets the list of views from the room.
Views/CodeStringGets or sets the code.
Views/DescriptionDictionary<Iso2LanguageEnum, String>Gets or sets the description.