| Name | Type | Description | Notes |
|---|---|---|---|
| totalSent | Integer | Total emails sent. | [optional] |
| totalOpened | Integer | Total emails opened. | [optional] |
| totalClicked | Integer | Total emails clicked | [optional] |
| totalFailed | Integer | Total emails failed. | [optional] |
| lastSent | OffsetDateTime | Last date when an email was sent to this contact | [optional] |
| lastOpened | OffsetDateTime | Date this contact last opened an email | [optional] |
| lastClicked | OffsetDateTime | Date this contact last clicked an email | [optional] |
| lastFailed | OffsetDateTime | Last date when an email sent to this contact bounced | [optional] |
| lastIP | String | IP from which this contact opened or clicked their email last time | [optional] |
| errorCode | Integer | Last RFC Error code if any occurred | [optional] |
| friendlyErrorMessage | String | Last RFC error message if any occurred | [optional] |