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

    Interface CustomerGroupAssignmentAddedMessagePayload

    Generated after a successful Add CustomerGroupAssignment update action.

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

    Hierarchy (View Summary)

    Index

    Properties

    customerGroupAssignment: CustomerGroupAssignment

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

    type: "CustomerGroupAssignmentAdded"