ratelocationtaxIdPut method

@param id

Implementation

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

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