Information about the forms of payment that the restaurant will accept for delivery orders.
cash | boolean Indicates whether the restaurant accepts cash payment for delivery orders that are placed online. |
ccFuture | boolean Indicates whether the restaurant accepts online credit card payment for delivery orders that are to be delivered on a day after the guest places the order. |
ccSameDay | boolean Indicates whether the restaurant accepts online credit card payment for delivery orders that are delivered on the same day. |
{- "cash": true,
- "ccSameDay": true,
- "ccFuture": true
}