# Flipdish.PreOrderConfig

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**LeadTimeMinutes** | **Number** | Lead Time in Minutes | [optional] 
**IntervalMinutes** | **Number** | Interval in minutes | [optional] 
**MaxOrderAheadDays** | **Number** | Max Days to order ahead | [optional] 
**IncludeAsap** | **Boolean** | Show ASAP as option | [optional] 
**IncludeMoreGranularInitialTime** | **Boolean** | Granual Init' Time | [optional] 
**CutOffTimePreviousDayBasic** | **String** | Cut off time previous day | [optional] 
**CutOffTimeCurrentDayBasic** | **String** | Cut off time current day | [optional] 
**PreOrderTimeDisplayType** | **String** | Type of time displayed. | [optional] 
**AlwaysAppearOpen** | **Boolean** | Specifies whether a customer can pre-order outside the store opening hours or not. | [optional] 
**RequireExplicitSelectAlways** | **Boolean** | Force customer to select collection time. | [optional] 


<a name="PreOrderTimeDisplayTypeEnum"></a>
## Enum: PreOrderTimeDisplayTypeEnum


* `SingleTime` (value: `"SingleTime"`)

* `StartAndEndTime` (value: `"StartAndEndTime"`)

* `DayOnly` (value: `"DayOnly"`)




