MealPlanDto
The meal plan policy for this product.
Properties
Name | Type | Required | Description |
---|---|---|---|
Meals_ | List<Meals> | ❌ | The meals included in the meal plan. |
Plan_ | Plan | ❌ | The meal plan included in this product. |
Meals
The meals included in the meal plan.
Properties
Name | Type | Required | Description |
---|---|---|---|
Breakfast | string | ✅ | "BREAKFAST" |
Dinner | string | ✅ | "DINNER" |
Lunch | string | ✅ | "LUNCH" |
Plan
The meal plan included in this product.
Properties
Name | Type | Required | Description |
---|---|---|---|
AllInclusive | string | ✅ | "ALL_INCLUSIVE" |
BreakfastIncluded | string | ✅ | "BREAKFAST_INCLUDED" |
FullBoard | string | ✅ | "FULL_BOARD" |
HalfBoard | string | ✅ | "HALF_BOARD" |
NoPlan | string | ✅ | "NO_PLAN" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs