# Types

## Fields

| Field | Description | Type | Min/max | Notes |
|  --- | --- | --- | --- | --- |
| [Service](/connectivity/docs/api-reference/service)/`Types` | The types of service offered. | array of [Type](/connectivity/docs/api-reference/type) | 0..1 | Currently used for breakfast services only. |
| `Types`/[Type](/connectivity/docs/api-reference/type) | Service type details. | object | 0..* | Currently used for breakfast services only. |


## XML


```xml
<Types>
  <Type ... />
  <Type ... />
</Types>
```

## Related endpoints

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