Price
Use the Price element to model the price of an item.
More information is provided in the Prices topic.
Details
Detail | Value |
---|---|
Name | Price |
Path | Invoice/InvoiceLine/Item/Price |
Definition | The price of an item. |
Cardinality | n/a |
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 Configurations
Example
<cac:Price>
<cbc:PriceAmount currencyID="EUR">11.78</cbc:PriceAmount>
</cac:Price>
Updated 2 days ago