Class VoucherValue

java.lang.Object
de.hybris.platform.voucher.jalo.util.VoucherValue

public class VoucherValue extends Object
This class represents the value of a voucher
  • Constructor Details

    • VoucherValue

      public VoucherValue(double aValue, Currency aCurrency)
      Creates a new instance of VoucherValue.
  • Method Details

    • getCurrency

      public Currency getCurrency()
    • getCurrencyIsoCode

      public String getCurrencyIsoCode()
    • getValue

      public double getValue()