ratelocationtaxPost method
Future<Response<WebApiModulesSettingsRateLocationTaxRateLocationTax> >
ratelocationtaxPost({
- required WebApiModulesSettingsRateLocationTaxRateLocationTax? body,
Implementation
Future<chopper.Response<WebApiModulesSettingsRateLocationTaxRateLocationTax>>
ratelocationtaxPost({
required WebApiModulesSettingsRateLocationTaxRateLocationTax? body,
}) {
generatedMapping.putIfAbsent(
WebApiModulesSettingsRateLocationTaxRateLocationTax,
() => WebApiModulesSettingsRateLocationTaxRateLocationTax.fromJsonFactory,
);
return _ratelocationtaxPost(body: body);
}