Uses the Component:CustomerHierarchyType
Customer Hierarchy Information.
Table 6.17. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| HierarchyType |
Hierarchy Type Code. | 0..1 | Field | oag:CodeType | |
| HierarchyDescription |
Hierarchy Description. | 0..1 | Field | oag:TextType | |
| CustomerHierarchyParty |
Customer Hierarchy Party Information | 0..* | Component | CustomerHierarchyPartyType |
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.23. CustomerHierarchy
<CustomerHierarchy>
<HierarchyType>......</HierarchyType> [0..1]
<HierarchyDescription>......</HierarchyDescription> [0..1]
<CustomerHierarchyParty>......</CustomerHierarchyParty> [0..*]
</CustomerHierarchy>