DocumentIssueRequestDetails
Properties
| Name | Type | Description | Notes |
| id | String | Document issue request Id. | |
| document_type_id | String | Document type Id. | |
| type_name | String | Document type name. | |
| identifier | String | Document identifier. | |
| status | crate::models::DocumentIssueRequestStatus | | |
| description | String | Document description. | |
| receiver | Option<serde_json::Value> | Document receiver details. | |
| issued_at_utc | String | Datetime of issue in UTC timezone. | |
| valid_from_utc | String | Valid from datetime in UTC timezone. | |
| expires_at_utc | Option<String> | Datetime of expiry in UTC timezone. | [optional] |
| meta_data | Option<serde_json::Value> | Metadata. | [optional] |
| created_at_utc | String | Creation datetime of issue request in UTC timezone. | |
[Back to Model list] [Back to API list] [Back to README]