# GuestRoomInfo

## Fields

| Field | Description | Type | Min/max | Notes |
|  --- | --- | --- | --- | --- |
| [CategoryCodes](/connectivity/docs/api-reference/categorycodes)/`GuestRoomInfo` | Room details. | object | 1..1 | - |
| `GuestRoomInfo`/`@Quantity` | The number of sellable units the property offers. | int | 1..1 | A "sellable unit" is the smallest possible space that a guest can book at the property. In a hotel with 200 rooms, each room is a sellable unit, and the value would be `200`. In a holiday home, guests must typically book the home in its entirety, making the value `1`. |


## XML


```xml
<GuestRoomInfo
  Quantity="100" />
```

## Related endpoints

* [/ota/OTA_HotelDescriptiveContentNotif](/connectivity/docs/ota-hoteldescriptivecontentnotif)