* @link http://www.oxidmodule.com */ namespace D3\TaxRatesAdjustment\Models; require 'taxRateAbstract.php'; class reduceTaxRate extends taxRateAbstract { public $execPeriod = [ '2020-06-27', '2020-07-03', ]; }