public interface TaxRateCache
Modifier and Type | Method and Description |
---|---|
int |
getTaxCodeId(java.lang.String shopId,
java.lang.Double percentage)
Gets the identifier of the tax rate with the passed percentage rate.
|
int getTaxCodeId(java.lang.String shopId, java.lang.Double percentage) throws TaxRateNotFoundException
shopId
- percentage
- The percentage rate of the tax rate.TaxRateNotFoundException
- in case no tax rate was found for the passed percentage.