Interface CustomerAddCustomerGroupAssignmentAction

All Superinterfaces:
CustomerUpdateAction, ResourceUpdateAction<CustomerUpdateAction>

public interface CustomerAddCustomerGroupAssignmentAction extends CustomerUpdateAction

Adds a single Customer Group to the Customer's list of customerGroupAssignments. Adding a Customer Group generates the CustomerGroupAssignmentAdded Message.


Example to create an instance using the builder pattern

     CustomerAddCustomerGroupAssignmentAction customerAddCustomerGroupAssignmentAction = CustomerAddCustomerGroupAssignmentAction.builder()
             .customerGroupAssignment(customerGroupAssignmentBuilder -> customerGroupAssignmentBuilder)
             .build()