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

    Interface BusinessUnitNameChangedMessagePayload

    Generated after a successful Change Name update action.

    interface BusinessUnitNameChangedMessagePayload {
        name: string;
        type: "BusinessUnitNameChanged";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    name: string

    Updated name of the Business Unit.

    type: "BusinessUnitNameChanged"