Invoice Line Net Amounts

You can add net amounts to invoice lines.

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

Elements

ElementDescription
Invoice/InvoiceLine/LineExtensionAmountSpecify the net amount for this line.
Invoice/InvoiceLine/LineExtensionAmount @currencyIDEnsure that this matches the Document Currency.

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>