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)CardinalityDescription
Line Gross Amount (Invoice/InvoiceLine/ItemPriceExtension)1.1A 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)CardinalityDescription
Amount (Amount)1..1The 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>