3declare(strict_types=1);
51 private $contactEmail;
69 private $shippingAddresses;
75 private $defaultShippingAddress;
81 private $billingAddresses;
87 private $defaultBillingAddress;
117 private $associateMode;
123 private $approvalRuleMode;
155 return $this->status;
166 return $this->contactEmail;
177 return $this->associates;
188 return $this->addresses;
199 return $this->shippingAddresses;
210 return $this->defaultShippingAddress;
221 return $this->billingAddresses;
232 return $this->defaultBillingAddress;
243 return $this->stores;
254 return $this->custom instanceof
CustomBuilder ? $this->custom->
build() : $this->custom;
265 return $this->storeMode;
287 return $this->associateMode;
298 return $this->approvalRuleMode;
329 $this->status = $status;
340 $this->contactEmail = $contactEmail;
351 $this->associates = $associates;
362 $this->addresses = $addresses;
373 $this->shippingAddresses = $shippingAddresses;
384 $this->defaultShippingAddress = $defaultShippingAddress;
395 $this->billingAddresses = $billingAddresses;
406 $this->defaultBillingAddress = $defaultBillingAddress;
417 $this->stores = $stores;
428 $this->custom = $custom;
439 $this->storeMode = $storeMode;
450 $this->parentUnit = $parentUnit;
461 $this->associateMode = $associateMode;
472 $this->approvalRuleMode = $approvalRuleMode;
483 $this->custom = $custom;
494 $this->parentUnit = $parentUnit;
508 $this->shippingAddresses,
509 $this->defaultShippingAddress,
510 $this->billingAddresses,
511 $this->defaultBillingAddress,
516 $this->associateMode,
517 $this->approvalRuleMode