public interface TaxDao
| Modifier and Type | Method and Description |
|---|---|
java.util.List<TaxModel> |
findTaxesByCode(java.lang.String code)
Finds the
TaxModels with the specified code. |
java.util.List<TaxModel> |
findTaxesByCodePattern(java.lang.String code)
Finds all
TaxModels which match the specified code. |
Copyright © 2018 SAP SE. All Rights Reserved.