Interface DiscountedTotalPricePortion


public interface DiscountedTotalPricePortion
DiscountedTotalPricePortion
Example to create an instance using the builder pattern

     DiscountedTotalPricePortion discountedTotalPricePortion = DiscountedTotalPricePortion.builder()
             .discount(discountBuilder -> discountBuilder)
             .discountedAmount(discountedAmountBuilder -> discountedAmountBuilder)
             .build()