Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.38 KB

File metadata and controls

24 lines (20 loc) · 1.38 KB

MyDataMyConsent.Models.DocumentType

DocumentType : Issuable Document Type details.

Properties

Name Type Description Notes
Id string Document Type Identifier.
CategoryType DocumentCategoryType
SubCategoryType 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]
LogoUrl string Logo URL of document type.
SearchServiceName string Document search repository service name. [optional]
RepositoryServiceName string Document repository service name. [optional]
SupportedEntityType SupportedEntityType
AddedBy string Name of the document type creator.
PayableAmount decimal Payable amount if document is chargeable. eg: 10.25.
PayableAmountCurrency string Payable amount currency. eg: INR, USD etc.,.
ApprovedAtUtc DateTime DateTime of approval in UTC timezone. [optional]

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