Describes the sequence in which Associates can approve an Order.

interface ApproverHierarchyDraft {
    tiers: ApproverConjunctionDraft[];
}

Properties

Properties

Nested conjunctions representing tiers of approvers in a hierarchy.