Item/Price
Use the Price element to model the price of an item.
More information is provided in the Prices topic.
Elements
Element | Description |
---|---|
/Invoice/InvoiceLine/Item/Price/PriceAmount | The price of an item, exclusive of tax, after subtracting item price discount. |
/Invoice/InvoiceLine/Item/Price/PriceAmount @currencyID | The price currency. See Currencies |
/Invoice/InvoiceLine/Item/Price/BaseQuantity | The number of item units to which the price applies. |
/Invoice/InvoiceLine/Item/Price/BaseQuantity @unitCode | The unit of measure for the base quantity. |
/Invoice/InvoiceLine/Item/Price/AllowanceCharge/ChargeIndicator | Mandatory element. Value must be false |
/Invoice/InvoiceLine/Item/Price/AllowanceCharge/Amount | The total discount subtracted from the Item gross price to calculate the Item net price. |
/Invoice/InvoiceLine/Item/Price/AllowanceCharge/Amount @currencyID | The amount currency. See Currencies |
/Invoice/InvoiceLine/Item/Price/AllowanceCharge/BaseAmount | The unit price, exclusive of tax, before subtracting Item price discount. |
/Invoice/InvoiceLine/Item/Price/AllowanceCharge/BaseAmount @currencyID | The base amount currency. See Currencies |
Country-Specific Configurations
Example
<cac:Price>
<cbc:PriceAmount currencyID="EUR">11.78</cbc:PriceAmount>
</cac:Price>
Updated 18 days ago