3declare(strict_types=1);
57 private $lastModifiedAt;
63 private $lastModifiedBy;
93 private $inheritedStores;
111 private $contactEmail;
123 private $customerGroupAssignments;
135 private $shippingAddressIds;
141 private $defaultShippingAddressId;
147 private $billingAddressIds;
153 private $defaultBillingAddressId;
159 private $associateMode;
171 private $inheritedAssociates;
183 private $topLevelUnit;
189 private $approvalRuleMode;
210 return $this->version;
221 return $this->createdAt;
232 return $this->lastModifiedAt;
276 return $this->status;
289 return $this->stores;
300 return $this->inheritedStores;
311 return $this->storeMode;
333 return $this->contactEmail;
356 return $this->customerGroupAssignments;
367 return $this->addresses;
378 return $this->shippingAddressIds;
389 return $this->defaultShippingAddressId;
400 return $this->billingAddressIds;
411 return $this->defaultBillingAddressId;
422 return $this->associateMode;
433 return $this->associates;
444 return $this->inheritedAssociates;
478 return $this->approvalRuleMode;
498 $this->version = $version;
509 $this->createdAt = $createdAt;
520 $this->lastModifiedAt = $lastModifiedAt;
531 $this->lastModifiedBy = $lastModifiedBy;
542 $this->createdBy = $createdBy;
564 $this->status = $status;
575 $this->stores = $stores;
586 $this->inheritedStores = $inheritedStores;
597 $this->storeMode = $storeMode;
619 $this->contactEmail = $contactEmail;
630 $this->custom = $custom;
641 $this->customerGroupAssignments = $customerGroupAssignments;
652 $this->addresses = $addresses;
663 $this->shippingAddressIds = $shippingAddressIds;
674 $this->defaultShippingAddressId = $defaultShippingAddressId;
685 $this->billingAddressIds = $billingAddressIds;
696 $this->defaultBillingAddressId = $defaultBillingAddressId;
707 $this->associateMode = $associateMode;
718 $this->associates = $associates;
729 $this->inheritedAssociates = $inheritedAssociates;
740 $this->parentUnit = $parentUnit;
751 $this->topLevelUnit = $topLevelUnit;
762 $this->approvalRuleMode = $approvalRuleMode;
773 $this->lastModifiedBy = $lastModifiedBy;
784 $this->createdBy = $createdBy;
795 $this->custom = $custom;
806 $this->parentUnit = $parentUnit;
817 $this->topLevelUnit = $topLevelUnit;
828 $this->lastModifiedAt,
834 $this->inheritedStores,
839 $this->customerGroupAssignments,
841 $this->shippingAddressIds,
842 $this->defaultShippingAddressId,
843 $this->billingAddressIds,
844 $this->defaultBillingAddressId,
845 $this->associateMode,
847 $this->inheritedAssociates,
850 $this->approvalRuleMode