MealPlanSupplementLoadInput
Represents a meal plan supplement load.
input MealPlanSupplementLoadInput {
rateCode: String
rooms: [String]
applicableWeekdays: ApplicableWeekdaysInput
paxType: InventoryPaxType!
mealPlan: Int!
amountPerPax: Float!
dateRange: DateRangeProductInput
}
Fields
MealPlanSupplementLoadInput.rateCode ● String scalar
Code associated with the rate.
MealPlanSupplementLoadInput.rooms ● [String] list scalar
List of room codes associated with the meal plan supplement.
MealPlanSupplementLoadInput.applicableWeekdays ● ApplicableWeekdaysInput input
Weekdays when the meal plan supplement is applicable. See ApplicableWeekdays.
MealPlanSupplementLoadInput.paxType ● InventoryPaxType! non-null enum
Type of passenger for the meal plan supplement. See PaxType.
MealPlanSupplementLoadInput.mealPlan ● Int! non-null scalar
Meal plan associated with the supplement.
MealPlanSupplementLoadInput.amountPerPax ● Float! non-null scalar
Amount per passenger for the meal plan supplement.
MealPlanSupplementLoadInput.dateRange ● DateRangeProductInput input
Date range to apply