Italy: Penalty Start Date
You can specify the start date for any penalties.
Use the StartDate
sub-element of the PaymentTerms element to specify the date.
Details
Detail | Value |
---|---|
Italian Specification | 2.4.2.20 (DataDecorrenzaPenale) |
Elements
Use the following elements if the Tax Representative is an organization:
Element | Description |
---|---|
Invoice/PaymentTerms/PenaltyPeriod/StartDate | Specify the start date. |
Restrictions
- You can only use this element if the
PenaltyAmount
element is specified.
Example
<ubl:Invoice>
<!-- Code omitted for clarity -->
<cac:PaymentTerms>
<!-- Code omitted for clarity -->
<cbc:StartDate>2024-07-10</cbc:StartDate>
</cac:PenaltyPeriod>
</cac:PaymentTerms>
<!-- Code omitted for clarity -->
</ubl:Invoice>
Updated 27 days ago