AccumulativeRoomOccupancy
Represents accumulative room occupancy information.
Properties
| Name | Type | Description |
|---|---|---|
| Adults | AccumulativeMinMaxOccupancy | Accumulative occupancy for adults. |
| Adults/Min | Integer | Minimum occupancy. |
| Adults/Max | Integer | Maximum occupancy. |
| Children | AccumulativeMinMaxOccupancy | Accumulative occupancy for children. |
| Children/Min | Integer | Minimum occupancy. |
| Children/Max | Integer | Maximum occupancy. |
| Infants | AccumulativeMinMaxOccupancy | Accumulative occupancy for infants. |
| Infants/Min | Integer | Minimum occupancy. |
| Infants/Max | Integer | Maximum occupancy. |
| Total | AccumulativeMinMaxOccupancy | Accumulative total occupancy. |
| Total/Min | Integer | Minimum occupancy. |
| Total/Max | Integer | Maximum occupancy. |