Service

A time-based division of the operation of the restaurant. For example, a service might be named lunch and it might be available between specific hours during the day.

object (Hours)

The period of time that the restaurant offers a service. For example, a service might be named "lunch" and it might be offered between 10:00:00.000 and 16:00:00.000.

name
string
overnight
boolean

Indicates whether any portion of the period of time that a service is available occurs after 00:00 (midnight) and before the business day cutoff time for the restaurant which is available in the closeoutHour property. An overnight shift spans two calendar dates but occurs during one business day.

{
  • "name": "string",
  • "hours": {
    },
  • "overnight": true
}