# EventRegistration


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [default to undefined]
**alternateId** | **number** |  | [default to undefined]
**accountId** | **string** |  | [default to undefined]
**account** | [**BaseAccount**](BaseAccount.md) |  | [default to undefined]
**email** | **string** |  | [default to undefined]
**eventId** | **string** |  | [default to undefined]
**event** | [**BaseEvent**](BaseEvent.md) |  | [default to undefined]
**passes** | [**Array&lt;BaseEventPass&gt;**](BaseEventPass.md) |  | [default to undefined]
**packages** | [**Array&lt;BaseRegistrationPackage&gt;**](BaseRegistrationPackage.md) |  | [default to undefined]
**createdAt** | **string** |  | [default to undefined]
**updatedAt** | **string** |  | [default to undefined]
**_count** | [**EventRegistrationAllOfCount**](EventRegistrationAllOfCount.md) |  | [default to undefined]

## Example

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

const instance: EventRegistration = {
    id,
    alternateId,
    accountId,
    account,
    email,
    eventId,
    event,
    passes,
    packages,
    createdAt,
    updatedAt,
    _count,
};
```

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