Interface CustomerGroupAssignmentAddedMessagePayload

Generated after a successful Add CustomerGroupAssignment update action.

interface CustomerGroupAssignmentAddedMessagePayload {
    customerGroupAssignment: CustomerGroupAssignment;
    type: "CustomerGroupAssignmentAdded";
}

Hierarchy (View Summary)

Properties

customerGroupAssignment: CustomerGroupAssignment

Customer Group assigned to the Customer during the Add CustomerGroupAssignment update action.

type: "CustomerGroupAssignmentAdded"