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

    Interface CustomerGroupAssignmentsSetMessagePayload

    Generated after a successful Set CustomerGroupAssignments update action.

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

    Hierarchy (View Summary)

    Index

    Properties

    customerGroupAssignments?: CustomerGroupAssignment[]

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

    type: "CustomerGroupAssignmentsSet"