ContactInterface
                
            in
            
        
    
        
            Describes Contact interface.
Table of Contents
Methods
- address() : string
 - Retrieve random address.
 - city() : string
 - Retrieve random city.
 - country() : string
 - Retrieve random country.
 - email() : string
 - Retrieve random email.
 - phone() : string
 - Retrieve random phone.
 - postal() : string
 - Retrieve random postal.
 
Methods
address()
Retrieve random address.
    public
                    address() : string
    Return values
stringcity()
Retrieve random city.
    public
                    city() : string
    Return values
stringcountry()
Retrieve random country.
    public
                    country() : string
    Return values
stringemail()
Retrieve random email.
    public
                    email() : string
    Return values
stringphone()
Retrieve random phone.
    public
                    phone() : string
    Return values
stringpostal()
Retrieve random postal.
    public
                    postal() : string