VRBL: Line Net Amount

You can add net amounts to a line.

Use the LineExtension subelement of the InvoiceLine element to model this information.

Example

<Invoice>
    <!-- code omitted for clarity -->
    <cac:InvoiceLine>
        <!-- code omitted for clarity -->
        <cbc:LineExtensionAmount currencyID="EUR">1399.99</cbc:LineExtensionAmount>
        <!-- code omitted for clarity -->
    </cac:InvoiceLine>
</Invoice>