# SideEffect


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [default to undefined]
**newPassOfPassTypeId** | **string** |  | [default to undefined]
**checkedInPassEventId** | **string** |  | [default to undefined]
**checkedInSessionId** | **string** |  | [default to undefined]
**newAccountTierId** | **string** |  | [default to undefined]
**removedAccountTierId** | **string** |  | [default to undefined]
**passWithQuestionChoiceId** | **string** |  | [default to undefined]
**purchasedAddOnId** | **string** |  | [default to undefined]
**completedSurveyId** | **string** |  | [default to undefined]
**joinGroupId** | **string** |  | [default to undefined]
**leaveGroupId** | **string** |  | [default to undefined]
**addToTierId** | **string** |  | [default to undefined]
**subscribeToChannelId** | **string** |  | [default to undefined]
**sendWebhookId** | **string** |  | [default to undefined]
**completeActivationId** | **string** |  | [default to undefined]
**registerForSessionId** | **string** |  | [default to undefined]
**fulfillAddOnId** | **string** |  | [default to undefined]
**addAddOnId** | **string** |  | [default to undefined]
**organizationId** | **string** |  | [default to undefined]
**newPassOfPassType** | [**BaseEventPassType**](BaseEventPassType.md) |  | [default to undefined]
**checkedInPassEvent** | [**BaseEvent**](BaseEvent.md) |  | [default to undefined]
**checkedInSession** | [**BaseEventSession**](BaseEventSession.md) |  | [default to undefined]
**newAccountTier** | [**BaseTier**](BaseTier.md) |  | [default to undefined]
**removedAccountTier** | [**BaseTier**](BaseTier.md) |  | [default to undefined]
**passWithQuestionChoice** | [**BaseRegistrationQuestionChoice**](BaseRegistrationQuestionChoice.md) |  | [default to undefined]
**purchasedAddOn** | [**BaseEventAddOn**](BaseEventAddOn.md) |  | [default to undefined]
**completedSurvey** | [**BaseSurvey**](BaseSurvey.md) |  | [default to undefined]
**joinGroup** | [**BaseGroup**](BaseGroup.md) |  | [default to undefined]
**leaveGroup** | [**BaseGroup**](BaseGroup.md) |  | [default to undefined]
**addToTier** | [**BaseTier**](BaseTier.md) |  | [default to undefined]
**subscribeToChannel** | [**BaseChannel**](BaseChannel.md) |  | [default to undefined]
**sendWebhook** | [**BaseWebhook**](BaseWebhook.md) |  | [default to undefined]
**completeActivation** | [**BaseEventActivation**](BaseEventActivation.md) |  | [default to undefined]
**registerForSession** | [**BaseEventSession**](BaseEventSession.md) |  | [default to undefined]
**fulfillAddOn** | [**BaseEventAddOn**](BaseEventAddOn.md) |  | [default to undefined]
**addAddOn** | [**BaseEventAddOn**](BaseEventAddOn.md) |  | [default to undefined]
**createdAt** | **string** |  | [default to undefined]
**updatedAt** | **string** |  | [default to undefined]

## Example

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

const instance: SideEffect = {
    id,
    newPassOfPassTypeId,
    checkedInPassEventId,
    checkedInSessionId,
    newAccountTierId,
    removedAccountTierId,
    passWithQuestionChoiceId,
    purchasedAddOnId,
    completedSurveyId,
    joinGroupId,
    leaveGroupId,
    addToTierId,
    subscribeToChannelId,
    sendWebhookId,
    completeActivationId,
    registerForSessionId,
    fulfillAddOnId,
    addAddOnId,
    organizationId,
    newPassOfPassType,
    checkedInPassEvent,
    checkedInSession,
    newAccountTier,
    removedAccountTier,
    passWithQuestionChoice,
    purchasedAddOn,
    completedSurvey,
    joinGroup,
    leaveGroup,
    addToTier,
    subscribeToChannel,
    sendWebhook,
    completeActivation,
    registerForSession,
    fulfillAddOn,
    addAddOn,
    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)
