# ActivationCompletion


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [default to undefined]
**eventId** | **string** |  | [default to undefined]
**eventActivationId** | **string** |  | [default to undefined]
**eventActivation** | [**BaseEventActivation**](BaseEventActivation.md) |  | [default to undefined]
**earnedPoints** | **number** |  | [default to undefined]
**passId** | **string** |  | [default to undefined]
**imageId** | **string** |  | [default to undefined]
**image** | [**BaseImage**](BaseImage.md) |  | [default to undefined]
**pass** | [**BaseEventPass**](BaseEventPass.md) |  | [default to undefined]
**createdAt** | **string** |  | [default to undefined]
**updatedAt** | **string** |  | [default to undefined]

## Example

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

const instance: ActivationCompletion = {
    id,
    eventId,
    eventActivationId,
    eventActivation,
    earnedPoints,
    passId,
    imageId,
    image,
    pass,
    createdAt,
    updatedAt,
};
```

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