PriceMealPlanSupplementsRs
Represents the response data for meal plan supplements price operations.
type PriceMealPlanSupplementsRs {
mealPlanSupplements: [MealPlanSupplementLoad]
adviseMessages: [AdviseMessage]
success: Boolean!
}
Fields
PriceMealPlanSupplementsRs.mealPlanSupplements
● [MealPlanSupplementLoad]
list object
List of meal plan supplements prices. See MealPlanSupplementLoad.
PriceMealPlanSupplementsRs.adviseMessages
● [AdviseMessage]
list object
List of advise messages associated with the operation. See AdviseMessage.
PriceMealPlanSupplementsRs.success
● Boolean!
non-null scalar
Indicates whether the operation was successful.
Member Of
InventoryMutation
object ● InventoryQuery
object