# DenyEventPassRequest


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**sendEmail** | **boolean** |  | [optional] [default to undefined]
**refund** | **boolean** |  | [optional] [default to undefined]

## Example

```typescript
import { DenyEventPassRequest } from '@connectedxm/admin-sdk';

const instance: DenyEventPassRequest = {
    sendEmail,
    refund,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
