Interface CustomerRemoveCustomerGroupAssignmentAction

All Superinterfaces:
CustomerUpdateAction, ResourceUpdateAction<CustomerUpdateAction>

public interface CustomerRemoveCustomerGroupAssignmentAction extends CustomerUpdateAction

Unassigns a Customer Group from a Customer. Unassigning a Customer Group generates the CustomerGroupAssignmentRemoved Message.


Example to create an instance using the builder pattern

     CustomerRemoveCustomerGroupAssignmentAction customerRemoveCustomerGroupAssignmentAction = CustomerRemoveCustomerGroupAssignmentAction.builder()
             .customerGroup(customerGroupBuilder -> customerGroupBuilder)
             .build()