Uses the Component:PriceABIEType
Price information
Table 6.59. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes | 
|---|---|---|---|---|---|
| PriceCode | 
                         A code specifying the type of price.  | 0..1 | Field | scl:PriceEnumeratedType | |
| ChargeAmount | 
                         The monetary value of the price charged.  | 0..1 | Field | udt:AmountType | |
| PriceDescription | 
                         A textual description of price.  | 0..* | Field | udt:TextType | |
| ApplicableLocation | 
                         A location where a particular set of information applies. i.e. if found in the price component this specifies the location within a country that the price may apply.  | 0..* | Component | LocationABIEType | |
| TaxType | 
                         Tax type relating to the price.  | 0..1 | Field | udt:TextType | |
| EffectivePeriod | 
                         A specific period of time such as the length of time between two known date/time points, from a start date onwards, or up to an end date of when something is effective.  | 0..1 | Component | PeriodABIEType | 
The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.
Example 6.59. Price
<Price>
     <PriceCode>......</PriceCode>     [0..1]
     <ChargeAmount>......</ChargeAmount>     [0..1]
     <PriceDescription>......</PriceDescription>     [0..*]
     <ApplicableLocation>......</ApplicableLocation>     [0..*]
     <TaxType>......</TaxType>     [0..1]
     <EffectivePeriod>......</EffectivePeriod>     [0..1]
</Price>