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) | 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 21 days ago