3 declare(strict_types=1);
24 use DateTimeImmutable;
54 private $lastModifiedAt;
60 private $lastModifiedBy;
102 private $contactEmail;
120 private $shippingAddressIds;
126 private $defaultShippingAddressId;
132 private $billingAddressIds;
138 private $defaultBillingAddressId;
144 private $associateMode;
156 private $inheritedAssociates;
168 private $topLevelUnit;
174 private $approvalRuleMode;
195 return $this->version;
206 return $this->createdAt;
217 return $this->lastModifiedAt;
261 return $this->status;
274 return $this->stores;
285 return $this->storeMode;
307 return $this->contactEmail;
329 return $this->addresses;
340 return $this->shippingAddressIds;
351 return $this->defaultShippingAddressId;
362 return $this->billingAddressIds;
373 return $this->defaultBillingAddressId;
384 return $this->associateMode;
395 return $this->associates;
406 return $this->inheritedAssociates;
439 return $this->approvalRuleMode;
459 $this->version = $version;
470 $this->createdAt = $createdAt;
481 $this->lastModifiedAt = $lastModifiedAt;
492 $this->lastModifiedBy = $lastModifiedBy;
503 $this->createdBy = $createdBy;
525 $this->status = $status;
536 $this->stores = $stores;
547 $this->storeMode = $storeMode;
569 $this->contactEmail = $contactEmail;
580 $this->custom = $custom;
591 $this->addresses = $addresses;
602 $this->shippingAddressIds = $shippingAddressIds;
613 $this->defaultShippingAddressId = $defaultShippingAddressId;
624 $this->billingAddressIds = $billingAddressIds;
635 $this->defaultBillingAddressId = $defaultBillingAddressId;
646 $this->associateMode = $associateMode;
657 $this->associates = $associates;
668 $this->inheritedAssociates = $inheritedAssociates;
679 $this->parentUnit = $parentUnit;
690 $this->topLevelUnit = $topLevelUnit;
701 $this->approvalRuleMode = $approvalRuleMode;
712 $this->lastModifiedBy = $lastModifiedBy;
723 $this->createdBy = $createdBy;
734 $this->custom = $custom;
745 $this->parentUnit = $parentUnit;
756 $this->topLevelUnit = $topLevelUnit;
767 $this->lastModifiedAt,
778 $this->shippingAddressIds,
779 $this->defaultShippingAddressId,
780 $this->billingAddressIds,
781 $this->defaultBillingAddressId,
782 $this->associateMode,
784 $this->inheritedAssociates,
787 $this->approvalRuleMode