Skip to content

Latest commit

 

History

History
39 lines (36 loc) · 3.33 KB

File metadata and controls

39 lines (36 loc) · 3.33 KB

Flipdish.Model.StoreBase

Properties

Name Type Description Notes
PhoneNumber string Phone number [optional]
AlwaysAppearOpen bool? True if the store always appears open [optional]
PreOrderEnabled bool? True if the store accepts pre-orders [optional]
TakeOutEnabled bool? True if the store accepts take-out orders [optional]
TableServiceEnabled bool? True if the store has table service [optional]
DineInEnabled bool? True if the store accepts dine-in orders [optional]
AllowPreOrdersAndTableService bool? True if both pre-orders and talbe service can be enabled [optional]
PickupEnabled bool? True if the store accepts pickup orders [optional]
DeliveryEnabled bool? True if the store accepts delivery orders [optional]
CardOrderDeliveryEnabled bool? True if the store accepts card payment for delivery orders [optional]
CashOrdersDeliveryEnabled bool? True if the store accepts cash payment for delivery orders [optional]
CardOrdersPickupEnabled bool? True if the store accepts card payment for pickup orders [optional]
CashOrdersPickupEnabled bool? True if the store accepts cash payment for pickup orders [optional]
TipsEnabled bool? True if the store accepts tips [optional]
AutomaticallyAcceptOrders bool? True if the stores orders are automatically accepted in Flipdish [optional]
OpenForDelivery bool? True if the store is open for delivery [optional]
OpenForPickup bool? True if the store is open for pickup [optional]
MinimumPickupOrderAmount double? Minimum pickup order amount [optional]
RequireCustomerNameForPickup bool? True if customer name required for pickup orders [optional]
GdprCustomerPhoneNumbers bool? Mask your customers phone numbers printed on receipts and reduce the amout of personally identifiable customer information that is exposed. [optional]
RequireCustomerNameForDelivery bool? True if customer name required for delivery orders [optional]
AllowChefNotes bool? True if the customer is allowed enter custom notes with their orders [optional]
EtaInPickupConfirmationSmsEnabled bool? True if order confirmation sms includes estimated time when order will be ready for collection [optional]
EtaInDeliveryConfirmationSmsEnabled bool? True if order confirmation sms includes estimated time when order will delivered [optional]
IsArchived bool? Is the Store Archived [optional]
IsPublished bool? Is the Store Published [optional]
Name string Name [optional]
EmailAddress string Email address (visible to customers) [optional]
StaffLanguage string Staff Language (used for communication with the staff) Emails, Printouts etc [optional]
SalesChannelTypes List<string> Sales Channel Types [optional]
InheritanceConfigTypes List<string> Inheritance Config Types [optional]

[Back to Model list] [Back to API list] [Back to README]