InvoiceNote
You can add a note to a Document.
Details
Detail | Value |
---|---|
Name | InvoiceNote |
Path | Invoice/InvoiceNote |
Definition | A textual note that gives unstructured information that is relevant to the Document as a whole. |
Cardinality | 0..1 |
Elements
Element | Description |
---|---|
Invoice/InvoiceNote | Specify your note. |
Example
<Invoice>
<!-- code omitted for clarity -->
<cbc:InvoiceNote>Please note our new address.</cbc:InvoiceNote>
<!-- code omitted for clarity -->
</Invoice>
Updated 20 days ago