| Name | Type | Description | Notes |
|---|---|---|---|
| Limit | int? | The maximum elements to return | [optional] |
| Page | int? | The index of the page to return, starting by 1 | [optional] |
| Start | DateTime? | Start date | [optional] |
| End | DateTime? | End date | [optional] |
| OrderId | int? | Events that have Order Id | [optional] |
| StoreId | int? | Events that have Store Id | [optional] |
| StoreIdList | List<int?> | Events that have Store Id List | [optional] |
| StoreGroupId | int? | Events that have Store Group Id | [optional] |
| UserId | int? | Events that have User Id | [optional] |
| MenuId | int? | Events that have Menu Id | [optional] |
| CampaignId | int? | 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 | List<string> | Events that have event type\s | [optional] |
| FlipdishEventId | string | Unique Identifier of Event, if this is specified, all other criteria are ignored. | [optional] |