United Arab Emirates (Peppol PINT AE): Item Type
Configure the Item Type for your United Arab Emirates documents.
Item Type
The type of commodity, whether Goods or Services or Both.
Elements
| Path | Cardinality | Usage | Mandate Business Term | Final Format XPath |
|---|---|---|---|---|
Invoice/InvoiceLine/Item/ItemTypeCode | 0..1 | O | BTAE-13 | /Invoice/InvoiceLine/Item/CommodityClassification/CommodityCode |
Restrictions
The following codes are allowed:
| Code | Description |
|---|---|
VRBL:AE:G | Goods |
VRBL:AE:S | Services |
VRBL:AE:B | Both |
Example
<ubl:Invoice>
<!-- ... omitted for readability -->
<cac:InvoiceLine>
<!-- ... omitted for readability -->
<cac:Item>
<!-- ... omitted for readability -->
<cbc:ItemTypeCode>VRBL:AE:G</cbc:ItemTypeCode>
<!-- ... omitted for readability -->
</cac:Item>
</cac:InvoiceLine>
</ubl:Invoice>
