public class ExternalTaxDocument
extends java.lang.Object
implements java.io.Serializable
AbstractOrderModel.| Constructor and Description |
|---|
ExternalTaxDocument() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.Integer,java.util.List<TaxValue>> |
getAllTaxes() |
java.util.List<TaxValue> |
getShippingCostTaxes() |
java.util.List<TaxValue> |
getTaxesForOrderEntry(int entryNumber) |
protected java.util.Map<java.lang.Integer,java.util.List<TaxValue>> |
getTaxesMap(boolean createIfAbsent) |
void |
setShippingCostTaxes(java.util.List<TaxValue> shippingCostTaxes) |
void |
setShippingCostTaxes(TaxValue... shippingCostTaxes) |
void |
setTaxesForOrderEntry(int entryNumber,
java.util.List<TaxValue> taxes) |
void |
setTaxesForOrderEntry(int entryNumber,
TaxValue... taxes) |
public java.util.Map<java.lang.Integer,java.util.List<TaxValue>> getAllTaxes()
protected java.util.Map<java.lang.Integer,java.util.List<TaxValue>> getTaxesMap(boolean createIfAbsent)
public java.util.List<TaxValue> getTaxesForOrderEntry(int entryNumber)
public void setTaxesForOrderEntry(int entryNumber,
java.util.List<TaxValue> taxes)
public void setTaxesForOrderEntry(int entryNumber,
TaxValue... taxes)
public java.util.List<TaxValue> getShippingCostTaxes()
public void setShippingCostTaxes(java.util.List<TaxValue> shippingCostTaxes)
public void setShippingCostTaxes(TaxValue... shippingCostTaxes)
Copyright © 2018 SAP SE. All Rights Reserved.