3declare(strict_types=1);
42 private $customerNumber;
90 private $anonymousCartId;
96 private $anonymousCart;
102 private $anonymousId;
108 private $dateOfBirth;
114 private $companyName;
132 private $defaultShippingAddress;
138 private $shippingAddresses;
144 private $defaultBillingAddress;
150 private $billingAddresses;
156 private $isEmailVerified;
162 private $customerGroup;
192 private $authenticationMode;
198 private $customerGroupAssignments;
223 return $this->customerNumber;
234 return $this->externalId;
258 return $this->password;
269 return $this->firstName;
280 return $this->lastName;
291 return $this->middleName;
313 return $this->anonymousCartId;
335 return $this->anonymousId;
346 return $this->dateOfBirth;
357 return $this->companyName;
379 return $this->addresses;
391 return $this->defaultShippingAddress;
403 return $this->shippingAddresses;
415 return $this->defaultBillingAddress;
427 return $this->billingAddresses;
439 return $this->isEmailVerified;
473 return $this->locale;
484 return $this->salutation;
499 return $this->stores;
513 return $this->authenticationMode;
524 return $this->customerGroupAssignments;
544 $this->customerNumber = $customerNumber;
555 $this->externalId = $externalId;
566 $this->email = $email;
577 $this->password = $password;
588 $this->firstName = $firstName;
599 $this->lastName = $lastName;
610 $this->middleName = $middleName;
621 $this->title = $title;
632 $this->anonymousCartId = $anonymousCartId;
643 $this->anonymousCart = $anonymousCart;
654 $this->anonymousId = $anonymousId;
665 $this->dateOfBirth = $dateOfBirth;
676 $this->companyName = $companyName;
687 $this->vatId = $vatId;
698 $this->addresses = $addresses;
709 $this->defaultShippingAddress = $defaultShippingAddress;
720 $this->shippingAddresses = $shippingAddresses;
731 $this->defaultBillingAddress = $defaultBillingAddress;
742 $this->billingAddresses = $billingAddresses;
753 $this->isEmailVerified = $isEmailVerified;
764 $this->customerGroup = $customerGroup;
775 $this->custom = $custom;
786 $this->locale = $locale;
797 $this->salutation = $salutation;
808 $this->stores = $stores;
819 $this->authenticationMode = $authenticationMode;
830 $this->customerGroupAssignments = $customerGroupAssignments;
841 $this->anonymousCart = $anonymousCart;
852 $this->customerGroup = $customerGroup;
863 $this->custom = $custom;
872 $this->customerNumber,
880 $this->anonymousCartId,
887 $this->defaultShippingAddress,
888 $this->shippingAddresses,
889 $this->defaultBillingAddress,
890 $this->billingAddresses,
891 $this->isEmailVerified,
897 $this->authenticationMode,
898 $this->customerGroupAssignments