Prices

Prices can be modelled for items.

Use the Price element to model price information. This is generally done in the Item element on the Line level.

Currencies can be specified in the PricingCurrencyCode element, they are different to the DocumentCurrencyCode. Exchange rates for prices can be specified in the PricingExchangeRate element. See Currencies.

Use the ItemPriceExtension for Italian pricing.

Elements

FieldDescription
Price/PriceAmountUse 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>