java.lang.Object
de.hybris.platform.platformbackoffice.taxdiscountvalueparser.TaxOrDiscount

public class TaxOrDiscount extends Object
  • Constructor Details

    • TaxOrDiscount

      public TaxOrDiscount(Object initialValue)
    • TaxOrDiscount

      public TaxOrDiscount(String code, double value, boolean isAbsolute, double appliedValue, String currencyIsoCode)
  • Method Details

    • getCode

      public String getCode()
    • getValue

      public double getValue()
    • getAppliedValue

      public double getAppliedValue()
    • isAbsolute

      public boolean isAbsolute()
    • getCurrencyIsoCode

      public String getCurrencyIsoCode()
    • toTaxValue

      public TaxValue toTaxValue()
    • toDiscountValue

      public DiscountValue toDiscountValue()