VRBL: Invoice Line Net Amounts
You can add net amounts to invoice lines.
Elements
Use the LineExtensionAmount element to model this information:
Name (Path) | Cardinality | Description |
---|---|---|
Invoice Line Net Amount (Invoice/InvoiceLine/LineExtensionAmount ) | 1..1 | The total amount of the invoice line (before tax). |
Invoice Line Net Amount (Invoice/InvoiceLine/LineExtensionAmount @currencyID ) | 1..1 | Specify the currency. Use a value from the ISO4217 list. |
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>
Updated 20 days ago