Skip to main content

MealPlanSupplementLoad

Represents a meal plan supplement load.

type MealPlanSupplementLoad {
rateCode: String
rooms: [String]
applicableWeekdays: ApplicableWeekdays
paxType: InventoryPaxType!
mealPlan: Int!
amountPerPax: Float!
dateRange: DateRangeProduct
}

Fields

MealPlanSupplementLoad.rateCode ● String scalar

Code associated with the rate.

MealPlanSupplementLoad.rooms ● [String] list scalar

List of room codes associated with the meal plan supplement.

MealPlanSupplementLoad.applicableWeekdays ● ApplicableWeekdays object

Weekdays when the meal plan supplement is applicable. See ApplicableWeekdays.

MealPlanSupplementLoad.paxType ● InventoryPaxType! non-null enum

Type of passenger for the meal plan supplement. See PaxType.

MealPlanSupplementLoad.mealPlan ● Int! non-null scalar

Meal plan associated with the supplement.

MealPlanSupplementLoad.amountPerPax ● Float! non-null scalar

Amount per passenger for the meal plan supplement.

MealPlanSupplementLoad.dateRange ● DateRangeProduct object

Date range to apply

Member Of

PriceMealPlanSupplementsRs object