United Arab Emirates (Peppol PINT AE): Supply Through E-Commerce Indicator

Configure the Supply Through E-Commerce Indicator for your United Arab Emirates documents.

Supply Through E-Commerce Indicator

Set to true, in case of supply of goods or services via E-commerce. Defaults to false when omitted. In case of UAE this indicator triggers the position 7 of the transaction type string. If the indicator is true then it is set to 1 otherwise to 0.

Elements

PathCardinalityUsageUsage DescriptionFinal Format XPathExample Value
Invoice/UBLExtensions/UBLExtension/ExtensionContent/InvoiceExtension/SupplyThroughEcommerceIndicator0..1CRequired in case of supply of goods or services via e-commerce./Invoice/ProfileExecutionIDXXXXXX1X

Example

<ubl:Invoice>
  <!-- ... omitted for readability -->
  <cec:UBLExtensions>
    <!-- ... omitted for readability -->
    <cec:UBLExtension>
      <!-- ... omitted for readability -->
      <cec:ExtensionContent>
        <!-- ... omitted for readability -->
        <vrbl:InvoiceExtension>
          <!-- ... omitted for readability -->
          <vrbl:SupplyThroughEcommerceIndicator>true</vrbl:SupplyThroughEcommerceIndicator>
        </vrbl:InvoiceExtension>
      </cec:ExtensionContent>
    </cec:UBLExtension>
  </cec:UBLExtensions>
</ubl:Invoice>