Generated after a successful Set Customer Group update action.

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

Properties

Properties

customerGroup?: CustomerGroupReference

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

type: "CustomerGroupSet"

Generated using TypeDoc