Italy: Payment Terms Start Date
You can specify the start date of any payment terms.
Use the PaymentTermsStartDate
element to specify the start date of the payment terms.
Details
Detail | Value |
---|---|
Italian Specification | 2.4.2.3 (DataRiferimentoTerminiPagamento) |
Elements
Use the following elements if the Tax Representative is an organization:
Element | Description |
---|---|
Invoice/PaymentTerms/UBLExtensions/UBLExtension/ExtensionContent/ PaymentTermsExtension/PaymentTermsStartDate | Specify the start date. |
Example
<ubl:Invoice>
<!-- Code omitted for clarity -->
<cac:PaymentTerms>
<cec:UBLExtensions>
<cec:UBLExtension>
<cec:ExtensionContent>
<vrbl:PaymentTermsExtension>
<!-- Code omitted for clarity -->
<vrbl:PaymentTermsStartDate>2024-06-10</vrbl:PaymentTermsStartDate>
<!-- 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