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;
214 private $authenticationMode;
220 private $customerGroupAssignments;
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;
518 return $this->locale;
529 return $this->salutation;
544 return $this->stores;
555 return $this->authenticationMode;
566 return $this->customerGroupAssignments;
586 $this->version = $version;
597 $this->createdAt = $createdAt;
608 $this->lastModifiedAt = $lastModifiedAt;
630 $this->customerNumber = $customerNumber;
641 $this->externalId = $externalId;
652 $this->lastModifiedBy = $lastModifiedBy;
663 $this->createdBy = $createdBy;
674 $this->email = $email;
685 $this->password = $password;
696 $this->firstName = $firstName;
707 $this->lastName = $lastName;
718 $this->middleName = $middleName;
729 $this->title = $title;
740 $this->dateOfBirth = $dateOfBirth;
751 $this->companyName = $companyName;
762 $this->vatId = $vatId;
773 $this->addresses = $addresses;
784 $this->defaultShippingAddressId = $defaultShippingAddressId;
795 $this->shippingAddressIds = $shippingAddressIds;
806 $this->defaultBillingAddressId = $defaultBillingAddressId;
817 $this->billingAddressIds = $billingAddressIds;
828 $this->isEmailVerified = $isEmailVerified;
839 $this->customerGroup = $customerGroup;
850 $this->custom = $custom;
861 $this->locale = $locale;
872 $this->salutation = $salutation;
883 $this->stores = $stores;
894 $this->authenticationMode = $authenticationMode;
905 $this->customerGroupAssignments = $customerGroupAssignments;
916 $this->lastModifiedBy = $lastModifiedBy;
927 $this->createdBy = $createdBy;
938 $this->customerGroup = $customerGroup;
949 $this->custom = $custom;
960 $this->lastModifiedAt,
962 $this->customerNumber,
976 $this->defaultShippingAddressId,
977 $this->shippingAddressIds,
978 $this->defaultBillingAddressId,
979 $this->billingAddressIds,
980 $this->isEmailVerified,
986 $this->authenticationMode,
987 $this->customerGroupAssignments