OnlineOrdering

Information about the web-based ordering configuration for the restaurant.

enabled
boolean

Indicates whether the restaurant has enabled the Toast online ordering module. This value is true if the module has ever been enabled. The value does not indicate that a restaurant is accepting online orders or that the restaurant is using the Toast online ordering feature.

object (PaymentOptions)

Information about the forms of payment that the restaurant will accept for orders.

scheduling
boolean

Indicates whether the online ordering function for the restaurant allows guests to place orders that will be fulfilled in the future. If this value is false, orders will be fulfilled as soon as possible.

specialRequests
boolean

Indicates whether the online ordering function for the restaurant allows guests to include written notes with additional instructions for their orders.

specialRequestsMessage
string

A written message that is shown to guests when they include additional instructions with an order. For example, the message might be "no substitutions."

{
  • "enabled": true,
  • "scheduling": true,
  • "specialRequests": true,
  • "specialRequestsMessage": "string",
  • "paymentOptions": {
    }
}