3 declare(strict_types=1);
28 use DateTimeImmutable;
58 private $lastModifiedAt;
64 private $lastModifiedBy;
88 private $localizedName;
100 private $localizedDescription;
106 private $taxCategory;
157 return $this->version;
168 return $this->createdAt;
179 return $this->lastModifiedAt;
245 return $this->description;
256 return $this->localizedDescription instanceof
LocalizedStringBuilder ? $this->localizedDescription->
build() : $this->localizedDescription;
278 return $this->zoneRates;
290 return $this->active;
301 return $this->isDefault;
312 return $this->predicate;
343 $this->version = $version;
354 $this->createdAt = $createdAt;
365 $this->lastModifiedAt = $lastModifiedAt;
376 $this->lastModifiedBy = $lastModifiedBy;
387 $this->createdBy = $createdBy;
420 $this->localizedName = $localizedName;
431 $this->description = $description;
442 $this->localizedDescription = $localizedDescription;
453 $this->taxCategory = $taxCategory;
464 $this->zoneRates = $zoneRates;
475 $this->active = $active;
486 $this->isDefault = $isDefault;
497 $this->predicate = $predicate;
508 $this->custom = $custom;
519 $this->lastModifiedBy = $lastModifiedBy;
530 $this->createdBy = $createdBy;
541 $this->localizedName = $localizedName;
552 $this->localizedDescription = $localizedDescription;
563 $this->taxCategory = $taxCategory;
574 $this->custom = $custom;
585 $this->lastModifiedAt,
592 $this->localizedDescription instanceof
LocalizedStringBuilder ? $this->localizedDescription->
build() : $this->localizedDescription,