# 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_types | \MyDataMyConsent\Model\SupportedEntityType[] | Supported entity types. eg: Individual, Organization. | |
| added_by | string | Name of the document type creator. | |
| payable_amount | double | Payable amount if document is chargeable. eg: 10.25. | |
| payable_amount_currency | string | Payable amount currency. eg: INR, USD etc.,. | [optional] |
| approved_at_utc | \DateTime | DateTime of approval in UTC timezone. | [optional] |
[Back to Model list] [Back to API list] [Back to README]