public interface TaxRegionService
| Modifier and Type | Method and Description | 
|---|---|
| List<TaxRegion> | getSalesTaxRegions(String postalCode)This method returns a list of tax regions based on postal code. | 
| List<TaxRegion> | getUseTaxRegions(String postalCode)This method returns a list of tax regions based on postal code. | 
List<TaxRegion> getSalesTaxRegions(String postalCode)
postalCode - List<TaxRegion> getUseTaxRegions(String postalCode)
postalCode - Copyright © 2004–2015 The Kuali Foundation. All rights reserved.