United Arab Emirates (Peppol PINT AE): Item Classification Identifier
Configure the Item Classification Identifier for your United Arab Emirates documents.
Item Classification Identifier
A code for classifying the item by its type or nature. In case of UAE, a code according to the list of goods or services, when the invoice is subject to RCM (Reverse Charge Mechanism). Use the listID attribute with VRBL:AE:GoodsType. See allowed codes in the table below.
Elements
| Path | Cardinality | Usage | Usage Description | Mandate Business Term | Final Format XPath | Final Format Business Rules |
|---|---|---|---|---|---|---|
Invoice/InvoiceLine/Item/CommodityClassification/ItemClassificationCode | 0..1 | C | In case of Reverse Charge Mechanism it is required to provide the UAE Goods Type Code. | IBT-158 | /Invoice/InvoiceLine/Item/CommodityClassification/ItemClassificationCode | IBR-065 |
Restrictions
The following codes are allowed:
| Code | Name |
|---|---|
DL8.48.8.2 | Electronic Devices |
DL8.48.8.1 | Gold and Diamonds |
DL8.48.3.1 | Crude or refined oil |
DL8.48.3.2 | Unprocessed or processed natural gas |
DL8.48.3.3 | Pure hydrocarbons |
Example
<ubl:Invoice>
<!-- ... omitted for readability -->
<cac:InvoiceLine>
<!-- ... omitted for readability -->
<cac:Item>
<!-- ... omitted for readability -->
<cac:CommodityClassification>
<cbc:ItemClassificationCode listID="HS">11223344</cbc:ItemClassificationCode>
</cac:CommodityClassification>
</cac:Item>
</cac:InvoiceLine>
</ubl:Invoice>
