Alokai
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

NameRequiredTypeDescription
unitNodesRequiredArray<B2BUnitNode>List of Unit Nodes {Array<B2BUnitNode>} B2BUnitNodeList

Referenced Types

On this page