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

    Interface BusinessUnitAssociateChangedMessagePayload

    Generated after a successful Change Associate update action.

    interface BusinessUnitAssociateChangedMessagePayload {
        associate: Associate;
        type: "BusinessUnitAssociateChanged";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    associate: Associate

    The Associate that was updated.

    type: "BusinessUnitAssociateChanged"