Model that describes customer personal documents.
| Name | Type | Description |
|---|---|---|
| customer_id | Int64 | Customer ID. |
| file | CommonFile | File. |
| last_update | Int64 | Last record update date as Unix time. |
| personal_doc_type | PersonalDocType | Personal document type. |
| value | String | Personal document value, such as a document number or identifier. |