# Flipdish.BusinessHoursOverrideBase

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**DeliveryType** | **String** | Delivery or Pickup | [optional] 
**StartTime** | **Date** | Date and time in ISO 8601 format. | 
**EndTime** | **Date** | Date and time in ISO 8601 format. | 
**Type** | **String** | Open, Closed or ClosedAllowPreOrders | [optional] 


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


* `Delivery` (value: `"Delivery"`)

* `Pickup` (value: `"Pickup"`)




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


* `Open` (value: `"Open"`)

* `Closed` (value: `"Closed"`)

* `ClosedAllowPreOrders` (value: `"ClosedAllowPreOrders"`)




