Information about delivery service provided by the restaurant.
area | string The geographic area in which the restaurant provides delivery
service. The delivery area is represented by an encoded set
of latitude and longitude coordinates that describe a polygon
area on a map. The coordinates are encoded using the Google
maps encoded polyline algorithm format. See [more information
about the way that the encoded polyline algorithm format
encodes location coordinates]
(https://developers.google.com/maps/documentation/utilities/polylinealgorithm).
You can decode the coordinates of the delivery area using any
software that supports the encoded polyline algorithm format.
For example, you can decode the coordinates using [the Mapline
Polyline decoding program]
(https://github.com/mapbox/polyline). The delivery area
coordinates are a JSON array of decimal degree latitude and
longitude pairs. For example,
|
enabled | boolean Indicates whether the restaurant provides delivery service and has enabled the delivery configuration in Toast Web. |
minimum | number <double> The minimum order price that is qualified for delivery. For example, a restaurant might not deliver orders that cost less than $25.00. |
{- "enabled": true,
- "minimum": 0,
- "area": "string"
}