# ValueAddInclusions

## Fields

| Field | Description | Type | Min/max | Notes |
|  --- | --- | --- | --- | --- |
| [HotelProduct](/connectivity/docs/api-reference/hotelproduct)/`ValueAddInclusions` | Mealplans included in the product. | array of [MealPlan](/connectivity/docs/api-reference/mealplan) | 0..1 | - |
| `ValueAddInclusions`/[MealPlan](/connectivity/docs/api-reference/mealplan) | Mealplan details. | object | 0..* | - |


## XML


```xml
<ValueAddInclusions>
  <MealPlan ... />
  <MealPlan ... />
</ValueAddInclusions>
```

## Related endpoints

* [/ota/OTA_HotelProductNotif](/connectivity/docs/ota-hotelproductnotif)