Table of Contents
Uses the Component:CustomerInformationType
Table 6.1. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| CustomerInformationHeader |
Customer Information Header | 1..1 | Component | CustomerInformationHeaderType | |
| CustomerInformationDetail |
Detail Line | 0..1 | Component | CustomerInformationDetailType |
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. CustomerInformation
<CustomerInformation>
<CustomerInformationHeader>......</CustomerInformationHeader> [1..1]
<CustomerInformationDetail>......</CustomerInformationDetail> [0..1]
</CustomerInformation>