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
Detail | Value |
---|---|
Italian Specification | 2.4.1 (CondizioniPagamento) |
Elements
Use the following elements if the Tax Representative is an organization:
Element | Description |
---|---|
Invoice/PaymentTerms/UBLExtensions/UBLExtension/ ExtensionContent/PaymentTermsExtension/PaymentTermsCode | Specify 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):
Code | Description |
---|---|
VRBL:IT:TP01 | Payment by installments. |
VRBL:IT:TP02 | Full payment. |
VRBL:IT:TP03 | Advanced 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>
Updated about 1 month ago