# DietaryOption

## Fields

| Field | Description | Type | Min/max | Notes |
|  --- | --- | --- | --- | --- |
| [DietaryOptions](/connectivity/docs/api-reference/dietaryoptions)/`DietaryOption` | A dietary option in a [Restaurant](/connectivity/docs/api-reference/restaurant). | object | 0..* | - |
| `DietaryOption`/`@Name` | Specifies the dietary option. | enum | 1..1 | Accepts: `dairy free`, `gluten free`, `halal`, `kosher`, `vegan`, `vegetarian` |


## XML


```xml
<DietaryOption
  Name='halal'/>
```

## Related endpoints

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