rentalcategoryIdPut method

@param id

Implementation

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

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