rentallostanddamagedbillinghistoryreportRunreportPost method

Implementation

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

  return _rentallostanddamagedbillinghistoryreportRunreportPost(body: body);
}