Uses the Component:PricingABIEType
Provides pricing infomation.
Table 6.62. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes | 
|---|---|---|---|---|---|
| PriceSourceCode | 
                         Indicates the source (e.g., Quote, MSRP, Invoice, BlueBook) of the price type of this price.  | 0..* | Field | udt:CodeType | |
| PricingDeltaPercent | 
                         Used to express delta between to multiple price types .  | 0..1 | Field | udt:PercentType | |
| PriceHideIndicator | 
                         This field indicates whether or not this price should be displayed.  | 0..1 | Field | udt:IndicatorType | |
| Price | 
                         A sum of money for which something is or may be bought or sold.  | 1..* | Component | PriceABIEType | |
| PriceEffectiveDate | 
                         It represents the date a price became effective. The Date a vehicle was priced, Date a bid was accepted, etc.  | 0..1 | Field | udt:DateType | 
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.62. Pricing
<Pricing>
     <PriceSourceCode>......</PriceSourceCode>     [0..*]
     <PricingDeltaPercent>......</PricingDeltaPercent>     [0..1]
     <PriceHideIndicator>......</PriceHideIndicator>     [0..1]
     <Price>......</Price>     [1..*]
     <PriceEffectiveDate>......</PriceEffectiveDate>     [0..1]
</Pricing>