Poland B2B: Payment Due Date
You must include the Payment Due Date in Polish Documents.
You can use the DueDate element to specify this information, as described in this topic.
You can also use the InstallmentDueDate
sub-element of the PaymentTerms element.
Elements
Name (Technical Name) | Cardinality | Description |
---|---|---|
Payment Due Date (Invoice/DueDate ) | 0..1 | The date when the payment is due. |
Example
<ubl:Invoice>
<!-- code omitted for clarity -->
<cbc:DueDate>2025-04-30</cbc:DueDate>
<!-- code omitted for clarity -->
</ubl:Invoice>
Updated 3 days ago