# IssuedDocument
# Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | Document Id. | |
| identifier | String | Document Identifier. | |
| document_type | String | Document type name. | |
| issued_to | String | User name. | |
| issued_at_utc | String | Issued datetime in UTC timezone. | |
| expires_at_utc | Option<String> | Expires datetime in UTC timezone. | [optional] |
| accepted_at_utc | Option<String> | Accepted datetime in UTC timezone. | [optional] |