FoodOfferRestrictions

[START food_offer_restrictions_definition]

JSON representation
{
  "mealTypes": [
    enum (MealType)
  ],
  "restrictedToCertainCourses": boolean
}
Fields
mealTypes[]

enum (MealType)

The meal types the offer can be applied to, such as lunch or dinner. If unset, the offer can be applied to all meal types.

restrictedToCertainCourses

boolean

Whether the offer can only be applied to certain courses.