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

    Interface BusinessUnitAssociateAddedMessagePayload

    Generated after a successful Add Associate update action.

    interface BusinessUnitAssociateAddedMessagePayload {
        associate: Associate;
        type: "BusinessUnitAssociateAdded";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    associate: Associate

    The Associate that was added to the Business Unit.

    type: "BusinessUnitAssociateAdded"