| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | Document Type Identifier. | |
| category_type | crate::models::DocumentCategoryType | ||
| sub_category_type | crate::models::DocumentSubCategoryType | ||
| name | String | Document Type Name. eg: Driving License. | |
| slug | String | Document Type Unique Slug. eg: \"in.gov.gj.transport.dl\". | |
| description | Option<String> | Document Type description. eg: Gujarat State Driving License. | [optional] |
| logo_url | String | Logo URL of document type. | |
| search_service_name | Option<String> | Document search repository service name. | [optional] |
| repository_service_name | Option<String> | Document repository service name. | [optional] |
| supported_entity_type | crate::models::SupportedEntityType | ||
| added_by | String | Name of the document type creator. | |
| payable_amount | String | Payable amount if document is chargeable. eg: 10.25. | |
| payable_amount_currency | String | Payable amount currency. eg: INR, USD etc.,. | |
| approved_at_utc | Option<String> | DateTime of approval in UTC timezone. | [optional] |