IncentiveApplicationStatusDetail

Uses the Component:IncentiveApplicationStatusDetailType

This component contains the detail information for the Incentive inquiry transaction

Fields and Components

Table 6.62. Fields and Components

Name Description Occurrence Type Data Type User Notes
Vehicle

Common vehicle component

0..1ComponentVehicleABIEType 
DealID

Request/Transaction Id tracked in the submitting application

0..1Field udt:IdentifierType  
IncentiveApplicationStatus

Incentive Application information

0..1ComponentIncentiveApplicationStatusType 

Sample XML

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. IncentiveApplicationStatusDetail

<IncentiveApplicationStatusDetail>
     <Vehicle>......</Vehicle>     [0..1]
     <DealID>......</DealID>     [0..1]
     <IncentiveApplicationStatus>......</IncentiveApplicationStatus>     [0..1]
</IncentiveApplicationStatusDetail>