ApplicableWeekdaysInput
Represents the weekdays when a certain price or rate is applicable.
input ApplicableWeekdaysInput {
  all: Boolean
  monday: Boolean
  tuesday: Boolean
  wednesday: Boolean
  thursday: Boolean
  friday: Boolean
  saturday: Boolean
  sunday: Boolean
}
Fields
ApplicableWeekdaysInput.all ● Boolean scalar
Indicates whether the price or rate is applicable on all days.
ApplicableWeekdaysInput.monday ● Boolean scalar
Indicates whether the price or rate is applicable on Mondays.
ApplicableWeekdaysInput.tuesday ● Boolean scalar
Indicates whether the price or rate is applicable on Tuesdays.
ApplicableWeekdaysInput.wednesday ● Boolean scalar
Indicates whether the price or rate is applicable on Wednesdays.
ApplicableWeekdaysInput.thursday ● Boolean scalar
Indicates whether the price or rate is applicable on Thursdays.
ApplicableWeekdaysInput.friday ● Boolean scalar
Indicates whether the price or rate is applicable on Fridays.
ApplicableWeekdaysInput.saturday ● Boolean scalar
Indicates whether the price or rate is applicable on Saturdays.
ApplicableWeekdaysInput.sunday ● Boolean scalar
Indicates whether the price or rate is applicable on Sundays.
Member Of
MealPlanSupplementLoadInput  input ● RateAvailLoadInput  input ● RatePriceLoadInput  input