IncentiveApplicationResult

Uses the Component:IncentiveTransactionResultType

Incentive Inquiry Result

Fields and Components

Table 6.64. Fields and Components

Name Description Occurrence Type Data Type User Notes
StatusCode

Service specific status code such as 01=Success, 02=Warning, 03=Failure

0..1Field udt:TextType  
StatusDescription

Type of incentive for the product under reference

0..1Field udt:TextType  
IncentiveTransactionErrorDetail

Incentive Inquiry Error Detail

0..*ComponentIncentiveTransactionErrorDetailType 

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.64. IncentiveApplicationResult

<IncentiveApplicationResult>
     <StatusCode>......</StatusCode>     [0..1]
     <StatusDescription>......</StatusDescription>     [0..1]
     <IncentiveTransactionErrorDetail>......</IncentiveTransactionErrorDetail>     [0..*]
</IncentiveApplicationResult>