[DataObjectMethod(DataObjectMethodType.Select)] public static IList<TaxReportDetailItem> LoadDetail( string taxName, string locCode, string countryCode, string province, int zoneId, DateTime startDate, DateTime endDate, int maximumRows, int startRowIndex )
Parameters
- taxName
- Name of tax to load detail for
- locCode
- Location code (only required for Washington State Tax provider)
- countryCode
- Country code to match
- province
- Provide to match
- zoneId
- zone Id to match
- startDate
- Inclusive start date to consider
- endDate
- Inclusive end date to consider
- maximumRows
- Maximum number of rows to retrieve.
- startRowIndex
- Starting index from where to start retrieving.
Return Value
A collection of TaxReportDetailItem objects