# BaseSideEffect


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

## Example

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

const instance: BaseSideEffect = {
    id,
    newPassOfPassTypeId,
    checkedInPassEventId,
    checkedInSessionId,
    newAccountTierId,
    removedAccountTierId,
    passWithQuestionChoiceId,
    purchasedAddOnId,
    completedSurveyId,
    joinGroupId,
    leaveGroupId,
    addToTierId,
    subscribeToChannelId,
    sendWebhookId,
    completeActivationId,
    registerForSessionId,
    fulfillAddOnId,
    addAddOnId,
};
```

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