Interface CustomerSetCustomerGroupAction

All Superinterfaces:
CustomerUpdateAction, ResourceUpdateAction<CustomerUpdateAction>

public interface CustomerSetCustomerGroupAction extends CustomerUpdateAction

Setting the Customer Group of the Customer produces the CustomerGroupSet Message.


Example to create an instance using the builder pattern

     CustomerSetCustomerGroupAction customerSetCustomerGroupAction = CustomerSetCustomerGroupAction.builder()
             .build()