# Flipdish.SearchCriteria

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Limit** | **Number** | The maximum elements to return | [optional] 
**Page** | **Number** | The index of the page to return, starting by 1 | [optional] 
**Start** | **Date** | Start date | [optional] 
**End** | **Date** | End date | [optional] 
**OrderId** | **Number** | Events that have Order Id | [optional] 
**StoreId** | **Number** | Events that have Store Id | [optional] 
**StoreIdList** | **[Number]** | Events that have Store Id List | [optional] 
**StoreGroupId** | **Number** | Events that have Store Group Id | [optional] 
**UserId** | **Number** | Events that have User Id | [optional] 
**MenuId** | **Number** | Events that have Menu Id | [optional] 
**CampaignId** | **Number** | Events that have Campaign Id | [optional] 
**UserEmail** | **String** | Events that have User Email | [optional] 
**UserName** | **String** | Events that have User Name | [optional] 
**VoucherCode** | **String** | Events that have voucher code | [optional] 
**EventType** | **[String]** | Events that have event type\\s | [optional] 
**FlipdishEventId** | **String** | Unique Identifier of Event, if this is specified, all other criteria are ignored. | [optional] 


