# HotelCategory

## Fields

| Field | Description | Type | Min/max | Notes |
|  --- | --- | --- | --- | --- |
| [CategoryCodes](/connectivity/docs/api-reference/categorycodes)/`HotelCategory` | Property type details. | object | 1..1 | - |
| `HotelCategory`/`@Code` | The [Property Class Type Code](/connectivity/docs/codes-pct). | [PCT](/connectivity/docs/codes-pct) | 1..1 | - |
| `HotelCategory`/`@ExistsCode` | Specifies whether the property currently exists. | int | 0..1 | `1` = yes, `0` = no. Default: `1` |


## XML


```xml
<HotelCategory
  ExistsCode="1"
  Code="20" />
```

## Related endpoints

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