Generated after a successful Set Customer Group update action.

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

Hierarchy (View Summary)

Properties

Properties

customerGroup?: CustomerGroupReference

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

type: "CustomerGroupSet"