Class TaxOrDiscount
java.lang.Object
de.hybris.platform.platformbackoffice.taxdiscountvalueparser.TaxOrDiscount
-
Constructor Summary
ConstructorsConstructorDescriptionTaxOrDiscount(Object initialValue) TaxOrDiscount(String code, double value, boolean isAbsolute, double appliedValue, String currencyIsoCode) -
Method Summary
-
Constructor Details
-
TaxOrDiscount
-
TaxOrDiscount
-
-
Method Details
-
getCode
-
getValue
public double getValue() -
getAppliedValue
public double getAppliedValue() -
isAbsolute
public boolean isAbsolute() -
getCurrencyIsoCode
-
toTaxValue
-
toDiscountValue
-