public interface TaxService
TaxModel.| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<TaxModel> |
getTaxesForCode(java.lang.String matchedCode)
Gets all
TaxModels which match the specified code. |
TaxModel |
getTaxForCode(java.lang.String code)
Gets the
TaxModel with the specified unique TaxModel.CODE. |
TaxModel getTaxForCode(java.lang.String code)
TaxModel with the specified unique TaxModel.CODE.code - the tax codeTaxModel with the specified codeUnknownIdentifierException - when no tax found.Copyright © 2018 SAP SE. All Rights Reserved.