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

DetailValue
Italian Specification2.4.2.20 (DataDecorrenzaPenale)

Elements

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

ElementDescription
Invoice/PaymentTerms/PenaltyPeriod/StartDateSpecify 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>