3 declare(strict_types=1);
61 private $contactEmail;
67 private $associateMode;
79 private $approvalRuleMode;
91 private $shippingAddresses;
97 private $defaultShippingAddress;
103 private $billingAddresses;
109 private $defaultBillingAddress;
142 return $this->status;
156 return $this->stores;
168 return $this->storeMode;
190 return $this->contactEmail;
201 return $this->associateMode;
212 return $this->associates;
223 return $this->approvalRuleMode;
234 return $this->addresses;
246 return $this->shippingAddresses;
257 return $this->defaultShippingAddress;
269 return $this->billingAddresses;
280 return $this->defaultBillingAddress;
322 $this->status = $status;
333 $this->stores = $stores;
344 $this->storeMode = $storeMode;
366 $this->contactEmail = $contactEmail;
377 $this->associateMode = $associateMode;
388 $this->associates = $associates;
399 $this->approvalRuleMode = $approvalRuleMode;
410 $this->addresses = $addresses;
421 $this->shippingAddresses = $shippingAddresses;
432 $this->defaultShippingAddress = $defaultShippingAddress;
443 $this->billingAddresses = $billingAddresses;
454 $this->defaultBillingAddress = $defaultBillingAddress;
465 $this->custom = $custom;
476 $this->parentUnit = $parentUnit;
487 $this->custom = $custom;
498 $this->parentUnit = $parentUnit;
512 $this->associateMode,
514 $this->approvalRuleMode,
516 $this->shippingAddresses,
517 $this->defaultShippingAddress,
518 $this->billingAddresses,
519 $this->defaultBillingAddress,