TaxDocumentType
Structure
Field | Type | Required | Description |
---|---|---|---|
id | Integer | true | Unique identifier for the DocumentType. |
code | String | true | Code of the DocumentType. |
name | String | true | Name of the DocumentType. |
nameI18n | String | true | Name of the DocumentType in local language. |
JSON representation
{ "id": 1, "code": "00", "name": "National Id Document", "nameI18n": "National Id Document" }