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

    Interface CustomerGroupAssignmentRemovedMessagePayload

    Generated after a successful Remove CustomerGroupAssignment update action.

    interface CustomerGroupAssignmentRemovedMessagePayload {
        customerGroupAssignment: CustomerGroupAssignment;
        type: "CustomerGroupAssignmentRemoved";
    }

    Hierarchy (View Summary)

    Index

    Properties

    customerGroupAssignment: CustomerGroupAssignment

    Customer Group removed during the Remove CustomerGroupAssignment update action.

    type: "CustomerGroupAssignmentRemoved"