3 declare(strict_types=1);
27 private $deleteDaysAfterLastModification;
33 private $countryTaxRateFallbackEnabled;
45 return $this->deleteDaysAfterLastModification;
56 return $this->countryTaxRateFallbackEnabled;
65 $this->deleteDaysAfterLastModification = $deleteDaysAfterLastModification;
76 $this->countryTaxRateFallbackEnabled = $countryTaxRateFallbackEnabled;
85 $this->deleteDaysAfterLastModification,
86 $this->countryTaxRateFallbackEnabled