# BaseChannelSubscriber


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**organizationId** | **string** |  | [default to undefined]
**channelId** | **string** |  | [default to undefined]
**channel** | [**Channel**](Channel.md) |  | [default to undefined]
**accountId** | **string** |  | [default to undefined]
**account** | [**Account**](Account.md) |  | [default to undefined]
**contentEmailNotification** | **boolean** |  | [default to undefined]
**contentPushNotification** | **boolean** |  | [default to undefined]
**createdAt** | **string** |  | [default to undefined]
**updatedAt** | **string** |  | [default to undefined]

## Example

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

const instance: BaseChannelSubscriber = {
    organizationId,
    channelId,
    channel,
    accountId,
    account,
    contentEmailNotification,
    contentPushNotification,
    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)
