TakeoutPaymentOptions

Information about the forms of payment that the restaurant will accept for orders that a guest picks up in person.

cash
boolean

Indicates whether the restaurant accepts cash payment for takeout orders that are placed online.

ccFuture
boolean

Indicates whether the restaurant accepts online credit card payment for takeout orders that the guest will pick up on a day after the guest places the order.

ccInStore
boolean

Indicates whether the restaurant accepts credit card payment at the time the guest picks up a takeout order.

ccSameDay
boolean

Indicates whether the restaurant accepts online credit card payment for takeout orders that the guest will pick up on the same day.

{
  • "cash": true,
  • "ccSameDay": true,
  • "ccFuture": true,
  • "ccInStore": true
}