InvoiceNote

You can add a note to a Document.

Details

DetailValue
NameInvoiceNote
PathInvoice/InvoiceNote
DefinitionA textual note that gives unstructured information that is relevant to the Document as a whole.
Cardinality0..1

Elements

ElementDescription
Invoice/InvoiceNoteSpecify your note.

Example

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