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