United Arab Emirates (Peppol PINT AE): Disclosed Agent Billing Indicator

Configure the Disclosed Agent Billing Indicator for your United Arab Emirates documents.

Disclosed Agent Billing Indicator

Set to true, if an agent, who is a registrant, creates supplies on behalf of the principal. Defaults to false when omitted. In case of UAE this indicator triggers the position 6 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/DisclosedAgentBillingIndicator0..1CRequired in case of disclosed agent billing/ubl:Invoice/cbc:ProfileExecutionIDXXXXX1XX

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:DisclosedAgentBillingIndicator>true</vrbl:DisclosedAgentBillingIndicator>
          <!-- ... omitted for readability -->
        </vrbl:InvoiceExtension>
      </cec:ExtensionContent>
    </cec:UBLExtension>
  </cec:UBLExtensions>
</ubl:Invoice>