3declare(strict_types=1);
71 private $streetNumber;
77 private $additionalStreetInfo;
161 private $additionalAddressInfo;
195 return $this->country;
217 return $this->salutation;
228 return $this->firstName;
239 return $this->lastName;
250 return $this->streetName;
261 return $this->streetNumber;
272 return $this->additionalStreetInfo;
283 return $this->postalCode;
305 return $this->region;
327 return $this->company;
338 return $this->department;
349 return $this->building;
360 return $this->apartment;
393 return $this->mobile;
426 return $this->additionalAddressInfo;
437 return $this->externalId;
448 return $this->custom instanceof
CustomBuilder ? $this->custom->
build() : $this->custom;
468 $this->country = $country;
479 $this->title = $title;
490 $this->salutation = $salutation;
501 $this->firstName = $firstName;
512 $this->lastName = $lastName;
523 $this->streetName = $streetName;
534 $this->streetNumber = $streetNumber;
545 $this->additionalStreetInfo = $additionalStreetInfo;
556 $this->postalCode = $postalCode;
578 $this->region = $region;
589 $this->state = $state;
600 $this->company = $company;
611 $this->department = $department;
622 $this->building = $building;
633 $this->apartment = $apartment;
644 $this->pOBox = $pOBox;
655 $this->phone = $phone;
666 $this->mobile = $mobile;
677 $this->email = $email;
699 $this->additionalAddressInfo = $additionalAddressInfo;
710 $this->externalId = $externalId;
721 $this->custom = $custom;
732 $this->custom = $custom;
748 $this->additionalStreetInfo,
762 $this->additionalAddressInfo,