$address
$address : string
The address part of the email
Class ZeroBounceServiceProvider
__construct(string $address, string $status, string $subStatus, string $account, string $domain, string $didYouMean, integer $domainAgeDays, boolean $freeEmail, boolean $mxFound, string $mxRecord, string $smtpProvider, string $firstName, string $lastName, string $gender, string $country, string $region, string $city, string $zipCode, string $processedAt)
Response constructor.
string | $address | from API response |
string | $status | from API response |
string | $subStatus | from API response |
string | $account | from API response |
string | $domain | from API response |
string | $didYouMean | from API response |
integer | $domainAgeDays | from API response |
boolean | $freeEmail | from API response |
boolean | $mxFound | from API response |
string | $mxRecord | from API response |
string | $smtpProvider | from API response |
string | $firstName | from API response |
string | $lastName | from API response |
string | $gender | from API response |
string | $country | from API response |
string | $region | from API response |
string | $city | from API response |
string | $zipCode | from API response |
string | $processedAt | from API response |