| Name | Type | Description | Notes |
|---|---|---|---|
| first_name | String | The customer first name if it was matched, null otherwise. | [optional] |
| last_name | String | The customer last name if it was matched, null otherwise. | [optional] |
| line1 | String | The customer address if it was matched, null otherwise. | [optional] |
| city | String | The customer city if it was matched, null otherwise. | [optional] |
| region | String | The customer region if it was matched, null otherwise. | [optional] |
| postal_code | String | The customer postal code if it was matched, null otherwise. | [optional] |
| word_count | Integer | The number of words in the document. | [optional] |
| word_count_result | BOOLEAN | Flag that indicates if the word count passed the threshold. | [optional] |
| unique_words | Integer | The number of unique words in the document. | [optional] |
| unique_words_result | BOOLEAN | Flag that indicates if the unique words passed the threshold. | [optional] |
| date | Date | The date on the document proving the document is recent. | [optional] |
| phone | String | The phone of the company or agency that sent the document. | [optional] |