ItemPriceExtension
Use this to model price extensions for an item.
Details
Detail | Value |
---|---|
Name | ItemPriceExtension |
Path | Invoice/InvoiceLine/Item/ItemPriceExtension |
Definition | Used to model price extensions for an item. |
Cardinality | n/a |
Elements
Element | Description |
---|---|
ItemPriceExtension/Amount @currencyID= | The amount of the price extension for the item. |
Example
<cac:ItemPriceExtension>
<cbc:Amount currencyID="MYR">3000</cbc:Amount>
</cac:ItemPriceExtension>
Updated 2 days ago