Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 786 Bytes

File metadata and controls

12 lines (9 loc) · 786 Bytes

Flipdish.Model.StoreOrderCapacityConfig

Properties

Name Type Description Notes
StoreId int? Store identifier [optional]
DeliveryType string Signifies whether the order capacity configuration is for Delivery / Pickup [optional]
StoreIntervalInMinutes int? Store Interval - time between orders, e.g. 10 minutes between each order time available to customer [optional]
OrderCapacityPeriods List<StoreOrderCapacityPeriod> Order capacity periods [optional]

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