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 |
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 |
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": {
- "delivery": {
- "cash": true,
- "ccSameDay": true,
- "ccFuture": true
}, - "takeout": {
- "cash": true,
- "ccSameDay": true,
- "ccFuture": true,
- "ccInStore": true
}, - "ccTip": true
}
}