3declare(strict_types=1);
55 private $lastModifiedAt;
61 private $lastModifiedBy;
91 private $inheritedStores;
109 private $contactEmail;
121 private $customerGroupAssignments;
133 private $shippingAddressIds;
139 private $defaultShippingAddressId;
145 private $billingAddressIds;
151 private $defaultBillingAddressId;
157 private $associateMode;
169 private $inheritedAssociates;
181 private $topLevelUnit;
187 private $approvalRuleMode;
208 return $this->version;
219 return $this->createdAt;
230 return $this->lastModifiedAt;
274 return $this->status;
287 return $this->stores;
298 return $this->inheritedStores;
309 return $this->storeMode;
331 return $this->contactEmail;
354 return $this->customerGroupAssignments;
365 return $this->addresses;
376 return $this->shippingAddressIds;
387 return $this->defaultShippingAddressId;
398 return $this->billingAddressIds;
409 return $this->defaultBillingAddressId;
420 return $this->associateMode;
431 return $this->associates;
442 return $this->inheritedAssociates;
475 return $this->approvalRuleMode;
495 $this->version = $version;
506 $this->createdAt = $createdAt;
517 $this->lastModifiedAt = $lastModifiedAt;
528 $this->lastModifiedBy = $lastModifiedBy;
539 $this->createdBy = $createdBy;
561 $this->status = $status;
572 $this->stores = $stores;
583 $this->inheritedStores = $inheritedStores;
594 $this->storeMode = $storeMode;
616 $this->contactEmail = $contactEmail;
627 $this->custom = $custom;
638 $this->customerGroupAssignments = $customerGroupAssignments;
649 $this->addresses = $addresses;
660 $this->shippingAddressIds = $shippingAddressIds;
671 $this->defaultShippingAddressId = $defaultShippingAddressId;
682 $this->billingAddressIds = $billingAddressIds;
693 $this->defaultBillingAddressId = $defaultBillingAddressId;
704 $this->associateMode = $associateMode;
715 $this->associates = $associates;
726 $this->inheritedAssociates = $inheritedAssociates;
737 $this->parentUnit = $parentUnit;
748 $this->topLevelUnit = $topLevelUnit;
759 $this->approvalRuleMode = $approvalRuleMode;
770 $this->lastModifiedBy = $lastModifiedBy;
781 $this->createdBy = $createdBy;
792 $this->custom = $custom;
803 $this->parentUnit = $parentUnit;
814 $this->topLevelUnit = $topLevelUnit;
825 $this->lastModifiedAt,
831 $this->inheritedStores,
836 $this->customerGroupAssignments,
838 $this->shippingAddressIds,
839 $this->defaultShippingAddressId,
840 $this->billingAddressIds,
841 $this->defaultBillingAddressId,
842 $this->associateMode,
844 $this->inheritedAssociates,
847 $this->approvalRuleMode