VRBL: Line Note

You can add a textual reference or note to a line in your Document.

More information is provided in the Invoice Notes topic.

You can also model this information at the Document level, as explained in the VRBL: Invoice Note topic.

Use the Note element to model this information.

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.

Example

<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>