Interface ProductDiscountChangeIsActiveAction

All Superinterfaces:
ProductDiscountUpdateAction, ResourceUpdateAction<ProductDiscountUpdateAction>

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

     ProductDiscountChangeIsActiveAction productDiscountChangeIsActiveAction = ProductDiscountChangeIsActiveAction.builder()
             .isActive(true)
             .build()