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