Uses the Component:IncentiveTransactionResultType
Incentive Inquiry Result
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..1 | Field | udt:TextType | |
StatusDescription |
Type of incentive for the product under reference | 0..1 | Field | udt:TextType | |
IncentiveTransactionErrorDetail |
Incentive Inquiry Error Detail | 0..* | Component | IncentiveTransactionErrorDetailType |
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>