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

interface RemoveInheritedAssociateChange {
    change: string;
    previousValue: InheritedAssociate;
    type: "RemoveInheritedAssociateChange";
}

Properties

change: string
previousValue: InheritedAssociate

The value before the change.

type: "RemoveInheritedAssociateChange"