Interface BusinessUnitAssociateModeChangedMessagePayload

Generated after a successful Change Associate Mode update action.

interface BusinessUnitAssociateModeChangedMessagePayload {
    associateMode: string;
    oldAssociateMode: string;
    type: "BusinessUnitAssociateModeChanged";
}

Properties

associateMode: string

BusinessUnitAssociateMode of the Business Unit after the Change Associate Mode update action.

oldAssociateMode: string

BusinessUnitAssociateMode of the Business Unit before the Change Associate Mode update action.

type: "BusinessUnitAssociateModeChanged"

Generated using TypeDoc