Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 1.41 KB

File metadata and controls

22 lines (19 loc) · 1.41 KB

# DocumentType

Properties

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

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