customercategoryIdPut method

@param id

Implementation

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

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