salestaxcanadareportRunreportPost method

Future<Response<WebApiDataAppReportResponse>> salestaxcanadareportRunreportPost({
  1. required WebApiModulesReportsSharedSalesTaxReportSalesTaxReportRequest? body,
})

Implementation

Future<
    chopper.Response<
        WebApiDataAppReportResponse>> salestaxcanadareportRunreportPost(
    {required WebApiModulesReportsSharedSalesTaxReportSalesTaxReportRequest?
        body}) {
  generatedMapping.putIfAbsent(WebApiDataAppReportResponse,
      () => WebApiDataAppReportResponse.fromJsonFactory);

  return _salestaxcanadareportRunreportPost(body: body);
}