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

ElementDescription
/Invoice/InvoiceNoteSpecify 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>