United Arab Emirates (Peppol PINT AE): Deemed Supply Indicator

Configure the Deemed Supply Indicator for your United Arab Emirates documents.

Deemed Supply Indicator

Set to true, in case of supply of goods or services without consideration. Defaults to false when omitted. In case of UAE this indicator triggers the position 2 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/DeemedSupplyIndicator0..1CRequired in case of deemed supply./ubl:Invoice/cbc:ProfileExecutionIDX1XXXXXX

Example

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