3declare(strict_types=1);
54 private $lastModifiedAt;
60 private $lastModifiedBy;
90 private $inheritedStores;
108 private $contactEmail;
126 private $shippingAddressIds;
132 private $defaultShippingAddressId;
138 private $billingAddressIds;
144 private $defaultBillingAddressId;
150 private $associateMode;
162 private $inheritedAssociates;
174 private $topLevelUnit;
180 private $approvalRuleMode;
201 return $this->version;
212 return $this->createdAt;
223 return $this->lastModifiedAt;
267 return $this->status;
280 return $this->stores;
291 return $this->inheritedStores;
302 return $this->storeMode;
324 return $this->contactEmail;
346 return $this->addresses;
357 return $this->shippingAddressIds;
368 return $this->defaultShippingAddressId;
379 return $this->billingAddressIds;
390 return $this->defaultBillingAddressId;
401 return $this->associateMode;
412 return $this->associates;
423 return $this->inheritedAssociates;
456 return $this->approvalRuleMode;
476 $this->version = $version;
487 $this->createdAt = $createdAt;
498 $this->lastModifiedAt = $lastModifiedAt;
509 $this->lastModifiedBy = $lastModifiedBy;
520 $this->createdBy = $createdBy;
542 $this->status = $status;
553 $this->stores = $stores;
564 $this->inheritedStores = $inheritedStores;
575 $this->storeMode = $storeMode;
597 $this->contactEmail = $contactEmail;
608 $this->custom = $custom;
619 $this->addresses = $addresses;
630 $this->shippingAddressIds = $shippingAddressIds;
641 $this->defaultShippingAddressId = $defaultShippingAddressId;
652 $this->billingAddressIds = $billingAddressIds;
663 $this->defaultBillingAddressId = $defaultBillingAddressId;
674 $this->associateMode = $associateMode;
685 $this->associates = $associates;
696 $this->inheritedAssociates = $inheritedAssociates;
707 $this->parentUnit = $parentUnit;
718 $this->topLevelUnit = $topLevelUnit;
729 $this->approvalRuleMode = $approvalRuleMode;
740 $this->lastModifiedBy = $lastModifiedBy;
751 $this->createdBy = $createdBy;
762 $this->custom = $custom;
773 $this->parentUnit = $parentUnit;
784 $this->topLevelUnit = $topLevelUnit;
795 $this->lastModifiedAt,
801 $this->inheritedStores,
807 $this->shippingAddressIds,
808 $this->defaultShippingAddressId,
809 $this->billingAddressIds,
810 $this->defaultBillingAddressId,
811 $this->associateMode,
813 $this->inheritedAssociates,
816 $this->approvalRuleMode