IssuedDocumentDetails
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] |
| receiver | crate::models::DocumentReceiver | | |
| metadata | Option<::std::collections::HashMap<String, String>> | Metadata. | [optional] |
| digital_signatures | Veccrate::models::DocumentDigitalSignature | Digital signatures. | |
[Back to Model list] [Back to API list] [Back to README]