Service class to execute CRUD operations on the Tax Locale object.
Method Summary
Modifier and Type | Method and Description |
---|---|
TaxLocaleService | getInstance() |
TaxLocaleService | getInstance(String version) |
void | TaxLocaleService() |
void | getApiResponse() |
List<TaxLocale> | get(SearchRequest sr) |
Method Detail
This class supports the following methods:
global static TaxLocaleService getInstance()
Get Instance of TaxLocaleService.
global static TaxLocaleService getInstance(String version)
Get Instance of TaxLocaleVersionedService
Parameters
Name | Type | Description |
---|---|---|
version | String | undefined |
global TaxLocaleService()
TaxLocaleService Constructor that should not be called directly.
global static void getApiResponse()
global virtual List<TaxLocale> get(SearchRequest sr)
Get list of Tax Locale objects using the SearchRequest object as criteria
Parameters
Name | Type | Description |
---|---|---|
sr | SearchRequest | SearchRequest |