# Invite

A user invitation to MultiBaas.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**email** | **string** | The invitee\&#39;s email address. | [default to undefined]
**createdAt** | **string** | The time the invite was created. | [default to undefined]
**expiresAt** | **string** | The time the invite expires. | [default to undefined]

## Example

```typescript
import { Invite } from '@curvegrid/multibaas-sdk';

const instance: Invite = {
    email,
    createdAt,
    expiresAt,
};
```

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