A representation of the restaurant's online ordering availability.
reason | string The human-readable reason why the restaurant is available or unavailable to accept online orders. |
reasonKey | string The machine-readable reason why the restaurant is available or unavailable to accept online orders. The
|
restaurantGuid | string The Toast platform GUID of the restaurant location. |
status | string The restaurant's online ordering availability status. The
|
{- "restaurantGuid": "string",
- "status": "ONLINE",
- "reasonKey": "AVAILABILITY_ONLINE",
- "reason": "string"
}