PaymentOptions

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": {
    },
  • "takeout": {
    },
  • "ccTip": true
}