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

PathCardinalityUsageMandate Business TermFinal Format XPath
Invoice/InvoiceLine/Item/ItemTypeCode0..1OBTAE-13/Invoice/InvoiceLine/Item/CommodityClassification/CommodityCode

Restrictions

The following codes are allowed:

CodeDescription
VRBL:AE:GGoods
VRBL:AE:SServices
VRBL:AE:BBoth

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>