| Name | Type | Description | Notes |
|---|---|---|---|
| storeId | Integer | Store identifier | [optional] |
| deliveryType | DeliveryTypeEnum | Signifies whether the order capacity configuration is for Delivery / Pickup | [optional] |
| storeIntervalInMinutes | Integer | Store Interval - time between orders, e.g. 10 minutes between each order time available to customer | [optional] |
| orderCapacityPeriods | List<StoreOrderCapacityPeriod> | Order capacity periods | [optional] |
| Name | Value |
|---|---|
| DELIVERY | "Delivery" |
| PICKUP | "Pickup" |