# BaseEventRegistration


## 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]

## Example

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

const instance: BaseEventRegistration = {
    id,
    alternateId,
    accountId,
    account,
    email,
    eventId,
    event,
};
```

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