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

    Interface BusinessUnitTypeSetMessagePayload

    Generated after a successful Set Unit Type update action.

    interface BusinessUnitTypeSetMessagePayload {
        oldParentUnit?: BusinessUnitKeyReference;
        oldUnitType: BusinessUnitType;
        parentUnit?: BusinessUnitKeyReference;
        type: "BusinessUnitTypeSet";
        unitType: BusinessUnitType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    oldParentUnit?: BusinessUnitKeyReference

    Parent unit of the Business Unit before the Set Unit Type update action.

    oldUnitType: BusinessUnitType

    Type of the Business Unit before the Set Unit Type update action.

    Parent unit of the Business Unit after the Set Unit Type update action.

    type: "BusinessUnitTypeSet"

    Type of the Business Unit after the Set Unit Type update action.