AsapSchedule

Indicates whether the restaurant currently accepts online orders that will be available immediately for the DiningOption you specify in your request.

availableNow
boolean

True if the restaurant is currently accepting online orders that will be available immediately for the DiningOption you specify in your request. Response only.

availableTime
string <ISO-8601>

The time when an online order will be available for takeout or delivery. If availableNow is true, this is the current date and time in UTC. Otherwise, this is null.

{
  • "availableNow": true,
  • "availableTime": "string"
}