CustomerHierarchy

Uses the Component:CustomerHierarchyType

Customer Hierarchy Information.

Fields and Components

Table 6.17. Fields and Components

Name Description Occurrence Type Data Type User Notes
HierarchyType

Hierarchy Type Code.

0..1Field oag:CodeType  
HierarchyDescription

Hierarchy Description.

0..1Field oag:TextType  
CustomerHierarchyParty

Customer Hierarchy Party Information

0..*ComponentCustomerHierarchyPartyType 

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.23. CustomerHierarchy

<CustomerHierarchy>
     <HierarchyType>......</HierarchyType>     [0..1]
     <HierarchyDescription>......</HierarchyDescription>     [0..1]
     <CustomerHierarchyParty>......</CustomerHierarchyParty>     [0..*]
</CustomerHierarchy>