* @link http://www.oxidmodule.com */ namespace D3\TaxRatesAdjustment\Models; require 'taxRateAbstract.php'; class reduceTaxRate extends taxRateAbstract { use reduceTrait; }