Switzerland (YellowBill): Installment Group

Configure the Installment Group for your Switzerland documents.

A group of elements used to provide information regarding an installment. In the case of yellowbill CH invoices, it is used for payments by installment.

Elements

PathUsageFinal Format XPath
Invoice/UBLExtensions/UBLExtension/ExtensionContent/InvoiceExtension/InstallmentGroupO*/Envelope/Body/Invoice/Header/PaymentTerms/PaymentsByInstalment/PaymentByInstalments

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:InstallmentGroup>
            <cbc:Description>Optional group description</cbc:Description>
            <!-- optional -->
            <vrbl:PaymentTermsID>1</vrbl:PaymentTermsID>
            <!-- [1..*] reference to each installment -->
            <vrbl:PaymentTermsID>2</vrbl:PaymentTermsID>
            <vrbl:TotalAmountHiddenIndicator>false</vrbl:TotalAmountHiddenIndicator>
            <vrbl:TotalPaymentOptionIndicator>false</vrbl:TotalPaymentOptionIndicator>
          </vrbl:InstallmentGroup>
          <!-- ... omitted for readability -->
        </vrbl:InvoiceExtension>
      </cec:ExtensionContent>
    </cec:UBLExtension>
  </cec:UBLExtensions>
</ubl:Invoice>

Did this page help you?