Serbia: Payment Due Date
For advanced payments in Serbia, you must specify the payment date.
Use the DueDate element to model this information.
Elements
Element | Description |
---|---|
Invoice/DueDate | Specify the dates the goods are due. For advanced payments, this should be the date of payment. |
Restrictions
- The DueDate element is mandatory for advanced payments. The date should represent the date of payment.
Example
<ubl:Invoice>
<!-- Code omitted for clarity -->
<cbc:InvoiceTypeCode>386</cbc:InvoiceTypeCode>
<!-- Code omitted for clarity -->
<cbc:DueDate>2025-03-07</cbc:DueDate>
<!-- Code omitted for clarity -->
</ubl:Invoice>
Updated about 2 months ago