LineExtensionAmount
Use this element to specify the next amount on the line level.
Elements
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. |
Restrictions
- You must specify the currency in the
@currencyID
attribute. - You must use a code 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 1 day ago