salestaxcanadareportRunreportPost method
Future<Response<WebApiDataAppReportResponse> >
salestaxcanadareportRunreportPost({
- required WebApiModulesReportsSharedSalesTaxReportSalesTaxReportRequest? body,
Implementation
Future<
chopper.Response<
WebApiDataAppReportResponse>> salestaxcanadareportRunreportPost(
{required WebApiModulesReportsSharedSalesTaxReportSalesTaxReportRequest?
body}) {
generatedMapping.putIfAbsent(WebApiDataAppReportResponse,
() => WebApiDataAppReportResponse.fromJsonFactory);
return _salestaxcanadareportRunreportPost(body: body);
}