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

    Interface CustomerGroupSetMessagePayload

    Generated after a successful Set Customer Group update action.

    interface CustomerGroupSetMessagePayload {
        customerGroup?: CustomerGroupReference;
        type: "CustomerGroupSet";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    customerGroup?: CustomerGroupReference

    Customer Group that was set during the Set Customer Group update action.

    type: "CustomerGroupSet"