TimeSpecificPrice

Represents the pricing rules for a menu item that uses a time-specific price.

basePrice
number <double>

The base price of the menu item, used for time periods when a time-specific price has not been defined.

Array of objects (Schedule)

An array of Schedule objects that indicate the specific days and times that a time-specific price is available.

timeSpecificPrice
number <double>

The price of the menu item during the periods of time defined by the associated schedule array.

{
  • "timeSpecificPrice": 0,
  • "basePrice": 0,
  • "schedule": [
    ]
}