3declare(strict_types=1);
56 private $lastModifiedAt;
62 private $lastModifiedBy;
92 private $inheritedStores;
110 private $contactEmail;
128 private $shippingAddressIds;
134 private $defaultShippingAddressId;
140 private $billingAddressIds;
146 private $defaultBillingAddressId;
152 private $associateMode;
164 private $inheritedAssociates;
176 private $topLevelUnit;
182 private $approvalRuleMode;
203 return $this->version;
214 return $this->createdAt;
225 return $this->lastModifiedAt;
269 return $this->status;
282 return $this->stores;
293 return $this->inheritedStores;
304 return $this->storeMode;
326 return $this->contactEmail;
348 return $this->addresses;
359 return $this->shippingAddressIds;
370 return $this->defaultShippingAddressId;
381 return $this->billingAddressIds;
392 return $this->defaultBillingAddressId;
403 return $this->associateMode;
414 return $this->associates;
425 return $this->inheritedAssociates;
459 return $this->approvalRuleMode;
479 $this->version = $version;
490 $this->createdAt = $createdAt;
501 $this->lastModifiedAt = $lastModifiedAt;
512 $this->lastModifiedBy = $lastModifiedBy;
523 $this->createdBy = $createdBy;
545 $this->status = $status;
556 $this->stores = $stores;
567 $this->inheritedStores = $inheritedStores;
578 $this->storeMode = $storeMode;
600 $this->contactEmail = $contactEmail;
611 $this->custom = $custom;
622 $this->addresses = $addresses;
633 $this->shippingAddressIds = $shippingAddressIds;
644 $this->defaultShippingAddressId = $defaultShippingAddressId;
655 $this->billingAddressIds = $billingAddressIds;
666 $this->defaultBillingAddressId = $defaultBillingAddressId;
677 $this->associateMode = $associateMode;
688 $this->associates = $associates;
699 $this->inheritedAssociates = $inheritedAssociates;
710 $this->parentUnit = $parentUnit;
721 $this->topLevelUnit = $topLevelUnit;
732 $this->approvalRuleMode = $approvalRuleMode;
743 $this->lastModifiedBy = $lastModifiedBy;
754 $this->createdBy = $createdBy;
765 $this->custom = $custom;
776 $this->parentUnit = $parentUnit;
787 $this->topLevelUnit = $topLevelUnit;
798 $this->lastModifiedAt,
804 $this->inheritedStores,
810 $this->shippingAddressIds,
811 $this->defaultShippingAddressId,
812 $this->billingAddressIds,
813 $this->defaultBillingAddressId,
814 $this->associateMode,
816 $this->inheritedAssociates,
819 $this->approvalRuleMode