Interface ProductDiscountChangeValueAction

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

ProductDiscountChangeValueAction
Example to create an instance using the builder pattern

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