InvoiceNote
You can add a note to a Document at the Document level.
Use this element to specify a textual note that gives unstructured information that is relevant to the Document as a whole.
You can use the Note element to model this information at the line level.
More general information is provided in the VRBL: Invoice Notes topic.
Elements
| Element (Path) | Cardinality | Description | 
|---|---|---|
| Invoice Note ( Invoice/InvoiceNote) | 0..1 | Specify your note. | 
Example
<Invoice>
    <!-- code omitted for clarity -->
    <cbc:InvoiceNote>Please note our new address.</cbc:InvoiceNote>
    <!-- code omitted for clarity -->
</Invoice>
Updated 17 days ago
