# BaseNotification


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [default to undefined]
**type** | [**NotificationType**](NotificationType.md) |  | [default to undefined]
**read** | **boolean** |  | [default to undefined]
**receiverId** | **string** |  | [default to undefined]
**receiver** | [**BaseAccount**](BaseAccount.md) |  | [default to undefined]
**senderId** | **string** |  | [default to undefined]
**sender** | [**BaseAccount**](BaseAccount.md) |  | [default to undefined]
**orgMembershipId** | **string** |  | [default to undefined]
**orgMembership** | [**OrganizationMembership**](OrganizationMembership.md) |  | [default to undefined]

## Example

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

const instance: BaseNotification = {
    id,
    type,
    read,
    receiverId,
    receiver,
    senderId,
    sender,
    orgMembershipId,
    orgMembership,
};
```

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