Information about the forms of payment that the restaurant will accept for orders.
ccTip | boolean enables credit card tips |
object (DeliveryPaymentOptions) Information about the forms of payment that the restaurant will accept for delivery orders. | |
object (TakeoutPaymentOptions) Information about the forms of payment that the restaurant will accept for orders that a guest picks up in person. |
{- "delivery": {
- "cash": true,
- "ccSameDay": true,
- "ccFuture": true
}, - "takeout": {
- "cash": true,
- "ccSameDay": true,
- "ccFuture": true,
- "ccInStore": true
}, - "ccTip": true
}