Switzerland (YellowBill): Modifiable Indicator

An element used to indicate if the payment terms amount is modifiable.

This element is true when it is modifiable. Defaults to false if omitted. For yellowbill CH invoices, it is used to specify whether an amount can be modified upon payment or not.

Elements

PathUsageUsage DescriptionFinal Format XPath
Invoice/PaymentTerms/UBLExtensions/UBLExtension/ExtensionContent/PaymentTermsExtension/ModifiableIndicatorCRequired if the payable amount can be modified./Envelope/Body/Invoice/Header/PaymentTerms/SinglePayment/PayableAmountCanBeModified, /Envelope/Body/Invoice/Header/PaymentTerms/PaymentsByInstalment/PaymentByInstalments/Instalments/Instalment/PayableAmountCanBeModified

Example

<ubl:Invoice>
  <!-- ... omitted for readability -->
  <cac:PaymentTerms>
    <!-- ... omitted for readability -->
    <cec:UBLExtensions>
      <!-- ... omitted for readability -->
      <cec:UBLExtension>
        <!-- ... omitted for readability -->
        <cec:ExtensionContent>
          <!-- ... omitted for readability -->
          <vrbl:PaymentTermsExtension>
            <vrbl:ModifiableIndicator>true</vrbl:ModifiableIndicator>
          </vrbl:PaymentTermsExtension>
        </cec:ExtensionContent>
      </cec:UBLExtension>
    </cec:UBLExtensions>
  </cac:PaymentTerms>
</ubl:Invoice>

Did this page help you?