| Modifier and Type | Method and Description |
|---|---|
java.util.List<CisTaxLine> |
CisTaxDoc.getTaxLines()
Gets the tax lines.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CisTaxDoc.setTaxLines(java.util.List<CisTaxLine> taxLines)
Sets the tax lines.
|
| Constructor and Description |
|---|
CisTaxDoc(CisDecision decision,
java.lang.String id,
java.util.List<CisTaxLine> lineItems) |
CisTaxDoc(java.util.List<CisTaxLine> lineItems) |
| Modifier and Type | Method and Description |
|---|---|
CisTaxLine |
MockTaxUtils.getTaxLine(CisLineItem lineItem) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<TaxValue> |
TaxValueConversionService.getShippingTaxes(java.util.List<CisTaxLine> taxLines,
java.lang.String currencyCode,
boolean shippingIncluded) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<TaxValue> |
DefaultTaxValueConversionService.getShippingTaxes(java.util.List<CisTaxLine> taxLines,
java.lang.String currencyCode,
boolean shippingIncluded) |
Copyright © 2018 SAP SE. All Rights Reserved.