Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.47 KB

DocumentType.md

File metadata and controls

24 lines (19 loc) · 1.47 KB

DocumentType

Properties

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]

[Back to Model list] [Back to API list] [Back to README]