public class TaxOrDiscount extends Object
| Constructor and Description |
|---|
TaxOrDiscount(Object initialValue) |
TaxOrDiscount(String code,
double value,
boolean isAbsolute,
double appliedValue,
String currencyIsoCode) |
| Modifier and Type | Method and Description |
|---|---|
double |
getAppliedValue() |
String |
getCode() |
String |
getCurrencyIsoCode() |
double |
getValue() |
boolean |
isAbsolute() |
DiscountValue |
toDiscountValue() |
TaxValue |
toTaxValue() |
public TaxOrDiscount(Object initialValue)
public String getCode()
public double getValue()
public double getAppliedValue()
public boolean isAbsolute()
public String getCurrencyIsoCode()
public TaxValue toTaxValue()
public DiscountValue toDiscountValue()
Copyright © 2017 SAP SE. All Rights Reserved.