# EmailReceipt


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [default to undefined]
**status** | [**EmailReceiptStatus**](EmailReceiptStatus.md) |  | [default to undefined]
**from** | **string** |  | [default to undefined]
**to** | **string** |  | [default to undefined]
**replyTo** | **string** |  | [default to undefined]
**subject** | **string** |  | [default to undefined]
**accountId** | **string** |  | [default to undefined]
**account** | [**BaseAccount**](BaseAccount.md) |  | [default to undefined]
**createdAt** | **string** |  | [default to undefined]
**updatedAt** | **string** |  | [default to undefined]
**html** | **string** |  | [default to undefined]
**text** | **string** |  | [default to undefined]
**debug** | **string** |  | [default to undefined]

## Example

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

const instance: EmailReceipt = {
    id,
    status,
    from,
    to,
    replyTo,
    subject,
    accountId,
    account,
    createdAt,
    updatedAt,
    html,
    text,
    debug,
};
```

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