# GroupInvitation


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [default to undefined]
**status** | [**GroupInvitationStatus**](GroupInvitationStatus.md) |  | [default to undefined]
**createdAt** | **string** |  | [default to undefined]
**updatedAt** | **string** |  | [default to undefined]
**group** | [**BaseGroup**](BaseGroup.md) |  | [default to undefined]
**groupId** | **string** |  | [default to undefined]
**accountId** | **string** |  | [default to undefined]
**account** | [**BaseAccount**](BaseAccount.md) |  | [default to undefined]
**inviterId** | **string** |  | [default to undefined]
**inviter** | [**BaseAccount**](BaseAccount.md) |  | [default to undefined]

## Example

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

const instance: GroupInvitation = {
    id,
    status,
    createdAt,
    updatedAt,
    group,
    groupId,
    accountId,
    account,
    inviterId,
    inviter,
};
```

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