Describes the order in which Associates can approve the matched Order.

interface ApproverHierarchy {
    tiers: ApproverConjunction[];
}

Properties

Properties

All of the nested conjunctions must be approved in order for the hierarchy to be considered approved.