Change triggered by the Add Associate update action on a parent of a Business Unit in cases where inheritance applies.

interface AddInheritedAssociateChange {
    change: string;
    nextValue: InheritedAssociate;
    type: "AddInheritedAssociateChange";
}

Properties

Properties

change: string

Value after the change.

type: "AddInheritedAssociateChange"