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