Interface PDTValue

All Known Implementing Classes:
CachingFindTaxValueInfoStrategy.CachedTaxValue, DiscountValue, Europe1PriceFactory.CachedTaxValue, PriceValue, TaxValue

public interface PDTValue
The Interface for representing Price, Discount and Tax values.
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    Returns the numeric value.
  • Method Details

    • getValue

      double getValue()
      Returns the numeric value.
      Returns:
      the value of the PDTValue object