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 | |
timeSpecificPrice | number <double> The price of the menu item during the periods of time defined by the associated |
{- "timeSpecificPrice": 0,
- "basePrice": 0,
- "schedule": [
- {
- "days": [
- "SUNDAY"
], - "timeRanges": [
- {
- "start": "string",
- "end": "string"
}
]
}
]
}