public interface TaxRateService
Modifier and Type | Method and Description |
---|---|
java.util.List<SageTaxRate> |
getTaxRates(GUID shopGuid)
Provides a list of all tax rates for the specified shop.
|
java.util.List<SageTaxRate> getTaxRates(GUID shopGuid) throws WebserviceException
shopGuid
- GUID of the shop.WebserviceException