Class TaxOrDiscount
- java.lang.Object
-
- de.hybris.platform.platformbackoffice.taxdiscountvalueparser.TaxOrDiscount
-
public class TaxOrDiscount extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TaxOrDiscount(java.lang.Object initialValue)TaxOrDiscount(java.lang.String code, double value, boolean isAbsolute, double appliedValue, java.lang.String currencyIsoCode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetAppliedValue()java.lang.StringgetCode()java.lang.StringgetCurrencyIsoCode()doublegetValue()booleanisAbsolute()DiscountValuetoDiscountValue()TaxValuetoTaxValue()
-
-
-
Method Detail
-
getCode
public java.lang.String getCode()
-
getValue
public double getValue()
-
getAppliedValue
public double getAppliedValue()
-
isAbsolute
public boolean isAbsolute()
-
getCurrencyIsoCode
public java.lang.String getCurrencyIsoCode()
-
toTaxValue
public TaxValue toTaxValue()
-
toDiscountValue
public DiscountValue toDiscountValue()
-
-