Interface CustomerGroupAssignmentsSetMessagePayload

Generated after a successful Set CustomerGroupAssignments update action.

interface CustomerGroupAssignmentsSetMessagePayload {
    customerGroupAssignments?: CustomerGroupAssignment[];
    type: "CustomerGroupAssignmentsSet";
}

Hierarchy (View Summary)

Properties

customerGroupAssignments?: CustomerGroupAssignment[]

Customer Groups assigned to the Customer during the Set CustomerGroupAssignments update action.

type: "CustomerGroupAssignmentsSet"