3declare(strict_types=1);
58 private $lastModifiedAt;
70 private $customerNumber;
82 private $lastModifiedBy;
130 private $dateOfBirth;
136 private $companyName;
154 private $defaultShippingAddressId;
160 private $shippingAddressIds;
166 private $defaultBillingAddressId;
172 private $billingAddressIds;
178 private $isEmailVerified;
184 private $customerGroup;
190 private $customerGroupAssignments;
220 private $authenticationMode;
241 return $this->version;
252 return $this->createdAt;
263 return $this->lastModifiedAt;
286 return $this->customerNumber;
297 return $this->externalId;
342 return $this->password;
353 return $this->firstName;
364 return $this->lastName;
375 return $this->middleName;
397 return $this->dateOfBirth;
408 return $this->companyName;
430 return $this->addresses;
441 return $this->defaultShippingAddressId;
452 return $this->shippingAddressIds;
463 return $this->defaultBillingAddressId;
474 return $this->billingAddressIds;
485 return $this->isEmailVerified;
508 return $this->customerGroupAssignments;
530 return $this->locale;
541 return $this->salutation;
556 return $this->stores;
567 return $this->authenticationMode;
587 $this->version = $version;
598 $this->createdAt = $createdAt;
609 $this->lastModifiedAt = $lastModifiedAt;
631 $this->customerNumber = $customerNumber;
642 $this->externalId = $externalId;
653 $this->lastModifiedBy = $lastModifiedBy;
664 $this->createdBy = $createdBy;
675 $this->email = $email;
686 $this->password = $password;
697 $this->firstName = $firstName;
708 $this->lastName = $lastName;
719 $this->middleName = $middleName;
730 $this->title = $title;
741 $this->dateOfBirth = $dateOfBirth;
752 $this->companyName = $companyName;
763 $this->vatId = $vatId;
774 $this->addresses = $addresses;
785 $this->defaultShippingAddressId = $defaultShippingAddressId;
796 $this->shippingAddressIds = $shippingAddressIds;
807 $this->defaultBillingAddressId = $defaultBillingAddressId;
818 $this->billingAddressIds = $billingAddressIds;
829 $this->isEmailVerified = $isEmailVerified;
840 $this->customerGroup = $customerGroup;
851 $this->customerGroupAssignments = $customerGroupAssignments;
862 $this->custom = $custom;
873 $this->locale = $locale;
884 $this->salutation = $salutation;
895 $this->stores = $stores;
906 $this->authenticationMode = $authenticationMode;
917 $this->lastModifiedBy = $lastModifiedBy;
928 $this->createdBy = $createdBy;
939 $this->customerGroup = $customerGroup;
950 $this->custom = $custom;
961 $this->lastModifiedAt,
963 $this->customerNumber,
977 $this->defaultShippingAddressId,
978 $this->shippingAddressIds,
979 $this->defaultBillingAddressId,
980 $this->billingAddressIds,
981 $this->isEmailVerified,
983 $this->customerGroupAssignments,
988 $this->authenticationMode