3declare(strict_types=1);
62 private $contactEmail;
68 private $associateMode;
80 private $approvalRuleMode;
92 private $shippingAddresses;
98 private $defaultShippingAddress;
104 private $billingAddresses;
110 private $defaultBillingAddress;
122 private $customerGroupAssignments;
149 return $this->status;
163 return $this->stores;
175 return $this->storeMode;
197 return $this->contactEmail;
208 return $this->associateMode;
219 return $this->associates;
230 return $this->approvalRuleMode;
241 return $this->addresses;
253 return $this->shippingAddresses;
264 return $this->defaultShippingAddress;
276 return $this->billingAddresses;
287 return $this->defaultBillingAddress;
310 return $this->customerGroupAssignments;
341 $this->status = $status;
352 $this->stores = $stores;
363 $this->storeMode = $storeMode;
385 $this->contactEmail = $contactEmail;
396 $this->associateMode = $associateMode;
407 $this->associates = $associates;
418 $this->approvalRuleMode = $approvalRuleMode;
429 $this->addresses = $addresses;
440 $this->shippingAddresses = $shippingAddresses;
451 $this->defaultShippingAddress = $defaultShippingAddress;
462 $this->billingAddresses = $billingAddresses;
473 $this->defaultBillingAddress = $defaultBillingAddress;
484 $this->custom = $custom;
495 $this->customerGroupAssignments = $customerGroupAssignments;
506 $this->parentUnit = $parentUnit;
517 $this->custom = $custom;
528 $this->parentUnit = $parentUnit;
542 $this->associateMode,
544 $this->approvalRuleMode,
546 $this->shippingAddresses,
547 $this->defaultShippingAddress,
548 $this->billingAddresses,
549 $this->defaultBillingAddress,
551 $this->customerGroupAssignments,