Interface ProductDiscountChangePredicateAction

All Superinterfaces:
ProductDiscountUpdateAction, ResourceUpdateAction<ProductDiscountUpdateAction>
All Known Implementing Classes:
ProductDiscountChangePredicateActionImpl

ProductDiscountChangePredicateAction
Example to create an instance using the builder pattern

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