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 | str | ✅ | "BREAKFAST" |
DINNER | str | ✅ | "DINNER" |
LUNCH | str | ✅ | "LUNCH" |
Plan
The meal plan included in this product.
Properties
Name | Type | Required | Description |
---|---|---|---|
ALL_INCLUSIVE | str | ✅ | "ALL_INCLUSIVE" |
BREAKFAST_INCLUDED | str | ✅ | "BREAKFAST_INCLUDED" |
FULL_BOARD | str | ✅ | "FULL_BOARD" |
HALF_BOARD | str | ✅ | "HALF_BOARD" |
NO_PLAN | str | ✅ | "NO_PLAN" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs