consignorstatementreportRunreportPost method

Future<Response<WebApiDataAppReportResponse>> consignorstatementreportRunreportPost({
  1. required WebApiModulesReportsConsignorStatementReportConsignorStatementReportRequest? body,
})

Implementation

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

  return _consignorstatementreportRunreportPost(body: body);
}