3 declare(strict_types=1);
65 private $streetNumber;
71 private $additionalStreetInfo;
161 private $additionalAddressInfo;
202 return $this->salutation;
211 return $this->firstName;
220 return $this->lastName;
229 return $this->streetName;
238 return $this->streetNumber;
247 return $this->additionalStreetInfo;
256 return $this->postalCode;
274 return $this->region;
294 return $this->country;
303 return $this->company;
312 return $this->department;
321 return $this->building;
330 return $this->apartment;
357 return $this->mobile;
384 return $this->additionalAddressInfo;
393 return $this->externalId;
404 return $this->custom instanceof
CustomBuilder ? $this->custom->
build() : $this->custom;
424 $this->title = $title;
435 $this->salutation = $salutation;
446 $this->firstName = $firstName;
457 $this->lastName = $lastName;
468 $this->streetName = $streetName;
479 $this->streetNumber = $streetNumber;
490 $this->additionalStreetInfo = $additionalStreetInfo;
501 $this->postalCode = $postalCode;
523 $this->region = $region;
534 $this->state = $state;
545 $this->country = $country;
556 $this->company = $company;
567 $this->department = $department;
578 $this->building = $building;
589 $this->apartment = $apartment;
600 $this->pOBox = $pOBox;
611 $this->phone = $phone;
622 $this->mobile = $mobile;
633 $this->email = $email;
655 $this->additionalAddressInfo = $additionalAddressInfo;
666 $this->externalId = $externalId;
677 $this->custom = $custom;
688 $this->custom = $custom;
703 $this->additionalStreetInfo,
718 $this->additionalAddressInfo,