3 declare(strict_types=1);
45 private $localizedName;
57 private $localizedDescription;
136 return $this->description;
147 return $this->localizedDescription instanceof
LocalizedStringBuilder ? $this->localizedDescription->
build() : $this->localizedDescription;
169 return $this->zoneRates;
180 return $this->active;
191 return $this->isDefault;
202 return $this->predicate;
244 $this->localizedName = $localizedName;
255 $this->description = $description;
266 $this->localizedDescription = $localizedDescription;
277 $this->taxCategory = $taxCategory;
288 $this->zoneRates = $zoneRates;
299 $this->active = $active;
310 $this->isDefault = $isDefault;
321 $this->predicate = $predicate;
332 $this->custom = $custom;
343 $this->localizedName = $localizedName;
354 $this->localizedDescription = $localizedDescription;
365 $this->taxCategory = $taxCategory;
376 $this->custom = $custom;
388 $this->localizedDescription instanceof
LocalizedStringBuilder ? $this->localizedDescription->
build() : $this->localizedDescription,