# VatCodeTypes: Twinfield Domain VatCodeTypes
Lookup-table that translates code values of the domain 'VatCodeTypes' into descriptions.
- Catalog: `Twinfield`
- Schema: `CodeValues`
- Label: Domain VatCodeTypes
Example: The code value 'sales' means 'VAT code used on sales.'.
- Retrieve: True
## View Columns
The columns of the view `VatCodeTypes` are shown below. Each column has an SQL data type.
| Name | Data Type | Label | Required | Documentation |
|---|:---:|---|:---:|---|
| `code` | `varchar2(240)` | Code | ☑ | Unique code within the domain. |
| `description` | `varchar2(4000)` | Description | ☐ | Meaning of the unique code within the domain. |
| `domain` | `varchar2(240)` | Domain | ☑ | Each domain defines a map of codes to values. |
| `resource_code` | `varchar2(240)` | Resource Code | ☐ | Resource code for internationalization. |
## Values
| Code | Description |
|:---:|---|
| `purchase` | VAT code used on purchases. |
| `sales` | VAT code used on sales. |