$emailAddress
$emailAddress : string
Class Customer
setEmailAddress(string $emailAddress) : \billythekid\v12finance\models\Customer
Sets the email
string | $emailAddress |
setFirstName(string $firstName) : \billythekid\v12finance\models\Customer
Sets the first name
string | $firstName |
setLastName(string $lastName) : \billythekid\v12finance\models\Customer
Sets the last name
string | $lastName |
setHomeTelephone(array $homeTelephone) : \billythekid\v12finance\models\Customer
Sets the home phone
array | $homeTelephone |
setMobileTelephone(array $mobileTelephone) : \billythekid\v12finance\models\Customer
Sets the mobile phone
array | $mobileTelephone |