You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x
B2BUnitNodeList
Representation of an organizational unit node list B2BUnitNodeList
export interface B2BUnitNodeList {
'unitNodes': Array<B2BUnitNode>;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
unitNodes | Required | Array<B2BUnitNode> | List of Unit Nodes {Array<B2BUnitNode>} B2BUnitNodeList |