InventoryPriceMealPlanSupplementsInput
Retrieve meal plan supplements price query input
input InventoryPriceMealPlanSupplementsInput {
clientCode: String!
supplierCode: String!
mealPlanSupplements: [MealPlanSupplementRetrieveInput]!
hotelCode: String!
contextCode: String
}
Fields
InventoryPriceMealPlanSupplementsInput.clientCode ● String! non-null scalar
Client code.
InventoryPriceMealPlanSupplementsInput.supplierCode ● String! non-null scalar
Travelgate Supplier/Channel code.
InventoryPriceMealPlanSupplementsInput.mealPlanSupplements ● [MealPlanSupplementRetrieveInput]! non-null input
Hotel meal plan supplements input data.
InventoryPriceMealPlanSupplementsInput.hotelCode ● String! non-null scalar
Code associated with the hotel.
InventoryPriceMealPlanSupplementsInput.contextCode ● String scalar
Context code.