Interface ProductDiscountChangePredicateAction

All Superinterfaces:
ProductDiscountUpdateAction, ResourceUpdateAction<ProductDiscountUpdateAction>

public interface ProductDiscountChangePredicateAction extends ProductDiscountUpdateAction
ProductDiscountChangePredicateAction
Example to create an instance using the builder pattern

     ProductDiscountChangePredicateAction productDiscountChangePredicateAction = ProductDiscountChangePredicateAction.builder()
             .predicate("{predicate}")
             .build()