Note

Use this element to add a note to a line.

You can use the InvoiceNote element to model this information at the Document level.

More general information is provided in the VRBL: Invoice Notes topic.

Element

Name (Path)CardinalityDescription
Invoice Line Note (Invoice/InvoiceLine/Note)0..1A textual note that gives unstructured information that is relevant to the invoice line.

Examples

<Invoice>
    <!-- code omitted for clarity -->
    <cac:InvoiceLine>
        <!-- code omitted for clarity -->
        <cbc:Note>New article number 12345</cbc:Note>
        <!-- code omitted for clarity -->
    </cac:InvoiceLine>
</Invoice>