Poland B2B: Payment Terms Discount

You can model payment discounts for Polish B2B Documents.

Elements

Use the following sub-elements of the PaymentTerms element:

Name (Path)CardinalityDescription
Payment Terms (/Invoice/PaymentTerms/Note)0..1A textual description of the payment terms that apply to the amount due for payment (including a description of possible penalties).
Settlement Discount Percent (/Invoice/PaymentTerms/SettlementDiscountPercent)1..1Percentage of the discount that is offered.

Example

<ubl:Invoice>
    <!-- Code omitted for clarity -->
    <cac:PaymentTerms>
        <cbc:Note>Pay within 10 days and get a discount of 2% of the payable amount</cbc:Note>
        <cbc:SettlementDiscountPercent>2.00</cbc:SettlementDiscountPercent>
    </cac:PaymentTerms>
    <!-- Code omitted for clarity -->
</ubl:Invoice>