Uses the Component:VDVehicleIncentiveDetailType
Within an incentive program, incentives values are grouped by vehicle. It is possible for a single incentive program to have many distinct vehicles within a program, each with its own incentive values.
Table 6.9. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
vehicleFilterString |
This is the data element that identifies which types of vehicles are eligible for the incentive program using the Flexible Vehicle Description (FVD) syntax. There are many different ways that vehicles might be categorized when the program is established. This syntax provides a powerful tool for describing a vehicle’s eligibility with widely varying attributes and combinations of features. | 1..1 | Field | udt:TextType | |
vehicleFilterStringDescription |
A description of the vehicle, defined by the Flexible Vehicle String, in a ready-to-use format that can be presented to users. | 1..1 | Field | udt:TextType | |
DealsPerVehicleCount |
Pthis provides a count of the DealResponse groups within each of VehicleIncentiveDetail group. | 1..1 | Field | udt:NumericType | |
VDDealResponse |
This represents the purchase type of the Top of Deal Incentive. | 1..* | Component | VDDealResponseType |
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.9. VDVehicleIncentiveDetail
<VDVehicleIncentiveDetail> <vehicleFilterString>......</vehicleFilterString> [1..1] <vehicleFilterStringDescription>......</vehicleFilterStringDescription> [1..1] <DealsPerVehicleCount>......</DealsPerVehicleCount> [1..1] <VDDealResponse>......</VDDealResponse> [1..*] </VDVehicleIncentiveDetail>