Price
Use the Price element to model the price of an item.
See Prices.
Details
The following table shows an overview of components used in and by this object:
Field | Value |
---|---|
Description | Price |
Name | Price |
Includes | n/a |
Used In | Item |
Elements
Field | Description |
---|---|
Price/PriceAmount | Use this field to specify the price. |
Price/PriceAmount [@currencyID] | Specify the currency. It must match the DocumentCurrencyCode element. |
Example
<cac:Price>
<cbc:PriceAmount currencyID="EUR">11.78</cbc:PriceAmount>
</cac:Price>
Updated about 2 months ago