Interface ProductDiscountValueExternal

All Superinterfaces:
ProductDiscountValue

public interface ProductDiscountValueExternal extends ProductDiscountValue

Discounts the Product Price by allowing the client to explicitly set a discounted value. Used when setting discounts using an external service.


Example to create an instance using the builder pattern

     ProductDiscountValueExternal productDiscountValueExternal = ProductDiscountValueExternal.builder()
             .build()