CommonVehicleDescriptorType Class

Contains detailed information about an individual vehicle. The VIN broadly describes the vehicle, while the Chrome "Style ID" narrows the description to the trim level. The other parameters provide detail not available based on VIN/trim level.
Inheritance Hierarchy
SystemObject
  IASCommonVehicleDescriptorType

Namespace:  IAS
Assembly:  Common (in Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class VehicleDescriptorType

The CommonVehicleDescriptorType type exposes the following members.

Properties
  NameDescription
Public propertyAgeType
Whether the vehicle is new, used, or certified pre-owned.
Public propertyChromeStyleID
The "Style ID" is an integer value acquired from Chrome which describes a specific vehicle (year, manufacturer, model, and trim level).
Public propertyHasChromeWheels
A boolean value representing whether or not the vehicle has chrome(d) or chrome-clad wheels.
Public propertyHasDealerUpgradedWheelsTires
A boolean value representing whether or not the vehicle has non factory wheels and/or tires.
Public propertyHasRunFlatTires
A boolean value representing whether or not the vehicle has "Run-Flat" tires.
Public propertyInServiceDate
The in service date is the date on which the vehicle was originally sold. This value should be specified for used vehicles only. For new vehicles, pass either the contract date or 1900-01-01 for this value.
Public propertyInspectionDate
An optional text representation of the isnpection date of the vehicle sold.
Public propertyInspectionID
An optional text representation of the inspection ID of the vehicle sold.
Public propertyInspectionOdometer
An optional text representation of the odometer reading of the vehicle sold at the time of inspection.
Public propertyIsMotorcycle
A boolean value representing whether or not the vehicle is a motorcycle.
Public propertyMake
A text representation of the make (manufacturer) of the vehicle.
Public propertyMileage
The number of miles on the vehicle at the time of warranty/warranties sale.
Public propertyModel
A text representation of the model of the vehicle.
Public propertyMSRP
The MSRP of the vehicle.
Public propertyNADARetail
The NADA retail price of the vehicle, which is required for pre-owned forms/programs.
Public propertyNumberOfKeys
An optional integer representation of the number of keys delivered with the vehicle at the time of sale. Required for certain Service Group contracts.
Public propertyNumberOfWheels
An optional integer representation of the number of wheels covered. Required for certain Service Group contracts.
Public propertyPurchaseDate
The date the vehicle was purchased.
Public propertyPurchasePrice
The price that the customer paid for the vehicle.
Public propertyPurchaseType
A text representation of type of purchase - lease, loan, etc.
Public propertyTrimLevel
A text representation of the trim level of the vehicle sold.
Public propertyUsageType
Whether the vehicle is used for commercial purposes.
Public propertyVIN
The vehicle information number assigned to the vehicle.
Public propertyYear
The year in which the vehicle sold was manufactured.
Top
See Also

Reference