consignorsettlementreportRunreportPost method

Future<Response<WebApiDataAppReportResponse>> consignorsettlementreportRunreportPost({
  1. required WebApiModulesReportsConsignorSettlementReportConsignorSettlementReportRequest? body,
})

Implementation

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

  return _consignorsettlementreportRunreportPost(body: body);
}