3 declare(strict_types=1);
56 if (is_null($this->deleteDaysAfterLastModification)) {
58 $data = $this->
raw(self::FIELD_DELETE_DAYS_AFTER_LAST_MODIFICATION);
62 $this->deleteDaysAfterLastModification = (int) $data;
76 if (is_null($this->countryTaxRateFallbackEnabled)) {
78 $data = $this->
raw(self::FIELD_COUNTRY_TAX_RATE_FALLBACK_ENABLED);
82 $this->countryTaxRateFallbackEnabled = (bool) $data;