Table of Contents
Uses the Component:IncentiveInquiryType
Table 6.1. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| IncentiveHeader |
Incentive Header | 1..1 | Component | IncentiveHeaderType | |
| IncentiveInquiryLine |
Incentive Inquiry | 1..1 | Component | IncentiveInquiryLineType | |
| IncentiveDetail |
Incentive Detail | 0..1 | Component | IncentiveDetailType | |
| IncentiveInquiryResult |
Incentive Inquiry Result | 0..1 | Component | IncentiveTransactionResultType |
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.1. IncentiveInquiry
<IncentiveInquiry>
<IncentiveHeader>......</IncentiveHeader> [1..1]
<IncentiveInquiryLine>......</IncentiveInquiryLine> [1..1]
<IncentiveDetail>......</IncentiveDetail> [0..1]
<IncentiveInquiryResult>......</IncentiveInquiryResult> [0..1]
</IncentiveInquiry>