[DataObjectMethod(DataObjectMethodType.Select)] public static IList<TaxReportDetailItem> LoadDetail( string taxName, string locCode, 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)
- 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