billingworksheetIdPut method

@param id

Implementation

Future<chopper.Response<WebApiModulesBillingBillingWorksheetBillingWorksheet>>
    billingworksheetIdPut({
  required String? id,
  required WebApiModulesBillingBillingWorksheetBillingWorksheet? body,
}) {
  generatedMapping.putIfAbsent(
      WebApiModulesBillingBillingWorksheetBillingWorksheet,
      () => WebApiModulesBillingBillingWorksheetBillingWorksheet
          .fromJsonFactory);

  return _billingworksheetIdPut(id: id, body: body);
}