Interface ProductDiscountChangeValueAction

All Superinterfaces:
ProductDiscountUpdateAction, ResourceUpdateAction<ProductDiscountUpdateAction>

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

     ProductDiscountChangeValueAction productDiscountChangeValueAction = ProductDiscountChangeValueAction.builder()
             .value(valueBuilder -> valueBuilder)
             .build()