3 declare(strict_types=1);
26 use DateTimeImmutable;
56 private $lastModifiedAt;
62 private $lastModifiedBy;
104 private $contactEmail;
122 private $shippingAddressIds;
128 private $defaultShippingAddressId;
134 private $billingAddressIds;
140 private $defaultBillingAddressId;
146 private $associateMode;
158 private $inheritedAssociates;
170 private $topLevelUnit;
176 private $approvalRuleMode;
197 return $this->version;
208 return $this->createdAt;
219 return $this->lastModifiedAt;
263 return $this->status;
276 return $this->stores;
287 return $this->storeMode;
309 return $this->contactEmail;
331 return $this->addresses;
342 return $this->shippingAddressIds;
353 return $this->defaultShippingAddressId;
364 return $this->billingAddressIds;
375 return $this->defaultBillingAddressId;
386 return $this->associateMode;
397 return $this->associates;
408 return $this->inheritedAssociates;
442 return $this->approvalRuleMode;
462 $this->version = $version;
473 $this->createdAt = $createdAt;
484 $this->lastModifiedAt = $lastModifiedAt;
495 $this->lastModifiedBy = $lastModifiedBy;
506 $this->createdBy = $createdBy;
528 $this->status = $status;
539 $this->stores = $stores;
550 $this->storeMode = $storeMode;
572 $this->contactEmail = $contactEmail;
583 $this->custom = $custom;
594 $this->addresses = $addresses;
605 $this->shippingAddressIds = $shippingAddressIds;
616 $this->defaultShippingAddressId = $defaultShippingAddressId;
627 $this->billingAddressIds = $billingAddressIds;
638 $this->defaultBillingAddressId = $defaultBillingAddressId;
649 $this->associateMode = $associateMode;
660 $this->associates = $associates;
671 $this->inheritedAssociates = $inheritedAssociates;
682 $this->parentUnit = $parentUnit;
693 $this->topLevelUnit = $topLevelUnit;
704 $this->approvalRuleMode = $approvalRuleMode;
715 $this->lastModifiedBy = $lastModifiedBy;
726 $this->createdBy = $createdBy;
737 $this->custom = $custom;
748 $this->parentUnit = $parentUnit;
759 $this->topLevelUnit = $topLevelUnit;
770 $this->lastModifiedAt,
781 $this->shippingAddressIds,
782 $this->defaultShippingAddressId,
783 $this->billingAddressIds,
784 $this->defaultBillingAddressId,
785 $this->associateMode,
787 $this->inheritedAssociates,
790 $this->approvalRuleMode