Interface BusinessUnitRemoveCustomerGroupAssignmentAction

All Superinterfaces:
BusinessUnitUpdateAction, ResourceUpdateAction<BusinessUnitUpdateAction>

public interface BusinessUnitRemoveCustomerGroupAssignmentAction extends BusinessUnitUpdateAction

Unassigns a Customer Group from a Business Unit.

This action generates the BusinessUnitCustomerGroupAssignmentRemoved Message.


Example to create an instance using the builder pattern

     BusinessUnitRemoveCustomerGroupAssignmentAction businessUnitRemoveCustomerGroupAssignmentAction = BusinessUnitRemoveCustomerGroupAssignmentAction.builder()
             .customerGroup(customerGroupBuilder -> customerGroupBuilder)
             .build()