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