3 declare(strict_types=1);
77 private $streetNumber;
83 private $additionalStreetInfo;
167 private $additionalAddressInfo;
213 return $this->country;
235 return $this->salutation;
246 return $this->firstName;
257 return $this->lastName;
268 return $this->streetName;
279 return $this->streetNumber;
290 return $this->additionalStreetInfo;
301 return $this->postalCode;
323 return $this->region;
345 return $this->company;
356 return $this->department;
367 return $this->building;
378 return $this->apartment;
411 return $this->mobile;
444 return $this->additionalAddressInfo;
455 return $this->externalId;
497 $this->country = $country;
508 $this->title = $title;
519 $this->salutation = $salutation;
530 $this->firstName = $firstName;
541 $this->lastName = $lastName;
552 $this->streetName = $streetName;
563 $this->streetNumber = $streetNumber;
574 $this->additionalStreetInfo = $additionalStreetInfo;
585 $this->postalCode = $postalCode;
607 $this->region = $region;
618 $this->state = $state;
629 $this->company = $company;
640 $this->department = $department;
651 $this->building = $building;
662 $this->apartment = $apartment;
673 $this->pOBox = $pOBox;
684 $this->phone = $phone;
695 $this->mobile = $mobile;
706 $this->email = $email;
728 $this->additionalAddressInfo = $additionalAddressInfo;
739 $this->externalId = $externalId;
750 $this->custom = $custom;
761 $this->custom = $custom;
778 $this->additionalStreetInfo,
792 $this->additionalAddressInfo,