Spain B2G: Line Gross Amount
You can model the gross amount if you price per unit.
Elements
You can use the following group to provide the gross amount of the line. This amount can calculated by multiplying the price per unit by the quantity of items on this invoice line.
Name (Path) | Cardinality | Description |
---|---|---|
Line Gross Amount (Invoice/InvoiceLine/ItemPriceExtension ) | 1.1 | A group of elements providing information about the gross amount of the line. |
This group contains the following element which is mandatory for Spanish B2G invoices:
Name (Technical Name) | Cardinality | Description |
---|---|---|
Amount (Amount ) | 1..1 | The gross amount of the line |
Example
<Invoice>
<!-- code omitted for clarity -->
<cac:InvoiceLine>
<!-- code omitted for clarity -->
<cac:ItemPriceExtension>
<cbc:Amount currencyID="EUR">16140.00</cbc:Amount>
</cac:ItemPriceExtension>
</cac:InvoiceLine>
</Invoice>
Updated 11 days ago