Interface ProductSelectionRemoveProductAction

All Superinterfaces:
ProductSelectionUpdateAction, ResourceUpdateAction<ProductSelectionUpdateAction>

public interface ProductSelectionRemoveProductAction extends ProductSelectionUpdateAction
ProductSelectionRemoveProductAction
Example to create an instance using the builder pattern

     ProductSelectionRemoveProductAction productSelectionRemoveProductAction = ProductSelectionRemoveProductAction.builder()
             .product(productBuilder -> productBuilder)
             .build()