Italy: Payment Terms Code

You must specify the Payment Terms code.

Use the PaymentTermsCode (Extn) Extension to specify the code that represents the Payment Terms.

Details

DetailValue
Italian Specification2.4.1 (CondizioniPagamento)

Elements

Use the following elements if the Tax Representative is an organization:

ElementDescription
Invoice/PaymentTerms/UBLExtensions/UBLExtension/ ExtensionContent/PaymentTermsExtension/PaymentTermsCodeSpecify the payment code, using the VRBL:IT: prefix.

Restrictions

  • You must use the VRBL:IT: prefix.
  • You must use one of the following codes with the prefix (the prefix is included here):
CodeDescription
VRBL:IT:TP01Payment by installments.
VRBL:IT:TP02Full payment.
VRBL:IT:TP03Advanced payment.

Example

<ubl:Invoice>
    <!-- Code omitted for clarity -->
    <cac:PaymentTerms>
        <cec:UBLExtensions>
            <cec:UBLExtension>
                <cec:ExtensionContent>
                    <vrbl:PaymentTermsExtension>
                        <vrbl:PaymentTermsCode>VRBL:IT:TP01</vrbl:PaymentTermsCode>
                        <!-- Code omitted for clarity -->
                    </vrbl:PaymentTermsExtension>                            
                </cec:ExtensionContent>
            </cec:UBLExtension>
        </cec:UBLExtensions>
    </cac:PaymentTerms>
    <!-- Code omitted for clarity -->
</ubl:Invoice>