VRBL: Invoice Note
You can add a textual reference or note to your Documents.
Use the InvoiceNote element to model this information.
This topic explains a Document-level note. You can also add one at the Line level as explained in the Invoice Line Note topic.
Elements
Element | Description |
---|---|
/Invoice/InvoiceNote | Specify the information that you want to note. |
Example
<Invoice>
<!-- code omitted for clarity -->
<cbc:InvoiceNote>Please note our new address.</cbc:InvoiceNote>
<!-- code omitted for clarity -->
</Invoice>
Updated 14 days ago