# EventRegistrationBypassCreateInputs


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**accountId** | **string** |  | [default to undefined]
**closed** | **boolean** |  | [optional] [default to undefined]
**preRegister** | **boolean** |  | [optional] [default to undefined]
**postRegister** | **boolean** |  | [optional] [default to undefined]

## Example

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

const instance: EventRegistrationBypassCreateInputs = {
    accountId,
    closed,
    preRegister,
    postRegister,
};
```

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