ratelocationtaxPost method

Implementation

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

  return _ratelocationtaxPost(body: body);
}