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

interface ChangeInheritedAssociateChange {
    change: string;
    nextValue: InheritedAssociate;
    previousValue: InheritedAssociate;
    type: "ChangeInheritedAssociateChange";
}

Properties

change: string

Value after the change.

previousValue: InheritedAssociate

Value before the change.

type: "ChangeInheritedAssociateChange"