@gradientedge/commercetools-utils
    Preparing search index...

    Interface BusinessUnitAssociateRemovedMessagePayload

    Generated after a successful Remove Associate update action.

    interface BusinessUnitAssociateRemovedMessagePayload {
        associate: Associate;
        type: "BusinessUnitAssociateRemoved";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    associate: Associate

    The Associate that was removed from the Business Unit.

    type: "BusinessUnitAssociateRemoved"