InvoiceNote

You can add a note to a Document.

Use this element to specify a textual note that gives unstructured information that is relevant to the Document as a whole.

Elements

Element (Path)CardinalityDescription
Invoice Note (Invoice/InvoiceNote)0..1Specify your note.

Example

<Invoice>
    <!-- code omitted for clarity -->
    <cbc:InvoiceNote>Please note our new address.</cbc:InvoiceNote>
    <!-- code omitted for clarity -->
</Invoice>