Prices
Prices can be modeled for items.
Use the Price element to model price information. This is generally done in the Item element on the Line level.
You can use the PriceAmountBeforeAllowanceCharge (Extn) Extension for Italian pricing.
Elements
Field | Description |
---|---|
Price/PriceAmount | Use this field to specify the price. |
Price/PriceAmount [@currencyID] | Specify the currency. It must match the DocumentCurrencyCode element. |
Country Specific Examples
Example
<cac:InvoiceLine>
<cbc:ID>Seminar: […]</cbc:ID>
<cbc:InvoicedQuantity unitCode="DAY">5</cbc:InvoicedQuantity>
<cbc:LineExtensionAmount currencyID="EUR">6700</cbc:LineExtensionAmount>
<cac:Item>
<cbc:Name>Seminar</cbc:Name>
<cac:ClassifiedTaxCategory>
<cbc:ID>S</cbc:ID>
<cbc:Percent>19</cbc:Percent>
<cac:TaxScheme>
<cbc:ID>VAT</cbc:ID>
</cac:TaxScheme>
</cac:ClassifiedTaxCategory>
</cac:Item>
<cac:Price>
<cbc:PriceAmount currencyID="EUR">1340</cbc:PriceAmount>
</cac:Price>
Updated 2 days ago