EmailDomain
    
            
            in package
            
        
    
            
            implements
                            JsonSerializable                    
    
    
Model containing information about the email domain.
Table of Contents
Interfaces
- JsonSerializable
 
Properties
- $firstSeen : string|null
 
Methods
- __construct() : mixed
 - jsonSerialize() : array<string|int, mixed>
 
Properties
$firstSeen read-only
    public
        string|null
    $firstSeen
    
    
        A date string (e.g. 2017-04-24) to identify the date an email domain was first seen by MaxMind. This is expressed using the ISO 8601 date format.
Methods
__construct()
    public
                    __construct(array<string|int, mixed>|null $response) : mixed
    Parameters
- $response : array<string|int, mixed>|null
 
jsonSerialize()
    public
                    jsonSerialize() : array<string|int, mixed>