3declare(strict_types=1);
41 private $customerNumber;
101 private $dateOfBirth;
107 private $companyName;
119 private $isEmailVerified;
125 private $customerGroup;
137 private $defaultBillingAddress;
143 private $billingAddresses;
149 private $defaultShippingAddress;
155 private $shippingAddresses;
173 private $authenticationMode;
194 return $this->customerNumber;
216 return $this->password;
227 return $this->stores;
238 return $this->firstName;
249 return $this->lastName;
260 return $this->middleName;
282 return $this->salutation;
293 return $this->externalId;
304 return $this->dateOfBirth;
315 return $this->companyName;
337 return $this->isEmailVerified;
359 return $this->addresses;
370 return $this->defaultBillingAddress;
381 return $this->billingAddresses;
392 return $this->defaultShippingAddress;
403 return $this->shippingAddresses;
414 return $this->locale;
425 return $this->custom instanceof
CustomBuilder ? $this->custom->
build() : $this->custom;
439 return $this->authenticationMode;
459 $this->customerNumber = $customerNumber;
470 $this->email = $email;
481 $this->password = $password;
492 $this->stores = $stores;
503 $this->firstName = $firstName;
514 $this->lastName = $lastName;
525 $this->middleName = $middleName;
536 $this->title = $title;
547 $this->salutation = $salutation;
558 $this->externalId = $externalId;
569 $this->dateOfBirth = $dateOfBirth;
580 $this->companyName = $companyName;
591 $this->vatId = $vatId;
602 $this->isEmailVerified = $isEmailVerified;
613 $this->customerGroup = $customerGroup;
624 $this->addresses = $addresses;
635 $this->defaultBillingAddress = $defaultBillingAddress;
646 $this->billingAddresses = $billingAddresses;
657 $this->defaultShippingAddress = $defaultShippingAddress;
668 $this->shippingAddresses = $shippingAddresses;
679 $this->locale = $locale;
690 $this->custom = $custom;
701 $this->authenticationMode = $authenticationMode;
712 $this->customerGroup = $customerGroup;
723 $this->custom = $custom;
732 $this->customerNumber,
745 $this->isEmailVerified,
748 $this->defaultBillingAddress,
749 $this->billingAddresses,
750 $this->defaultShippingAddress,
751 $this->shippingAddresses,
754 $this->authenticationMode