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