DataObject\Domain\Registrant\Update
Properties
- string $firstName
- string $lastName
- string $address
- string $city
- string $country
- string $state
- string $postCode
- string $countryCode
- string $phone
- string $email
- string $accountType
- string $businessName
- string $businessNumberType
- string $businessNumber
Methods
- setFirstName(string $first_name): self
- setLastName(string $last_name): self
- setAddress(string $address): self
- setCity(string $city): self
- setCountry(string $country): self
- setState(string $state): self
- setPostCode(string $post_code): self
- setCountryCode(string $country_code): self
- setPhone(string $phone): self
- setEmail(string $email): self
- setAccountType(string $account_type): self
- setBusinessName(string $business_name): self
- setBusinessNumberType(string $business_number_type): self
- setBusinessNumber(string $business_number): self