VRBL: Payment Due Dates
You can model due dates such as the date when payment is due.
Element
Use the DueDate element to model this date:
Name (Technical Name) | Cardinality | Description |
---|---|---|
Payment Due Date (Invoice/DueDate ) | 0..1 | The date when the payment is due. |
Example
<Invoice>
<!-- code omitted for clarity -->
<cbc:DueDate>2024-11-28</cbc:DueDate>
<!-- code omitted for clarity -->
</Invoice>
Updated 14 days ago