EnrichmentDomainWhoisContactResponse

data class EnrichmentDomainWhoisContactResponse(val city: String? = null, val country: String? = null, val email: String? = null, val fax: String? = null, val name: String? = null, val org: String? = null, val phone: String? = null, val postal: String? = null, val state: String? = null, val street: List<String>? = null)

An individual contact associated with this domain

Constructors

Link copied to clipboard
constructor(city: String? = null, country: String? = null, email: String? = null, fax: String? = null, name: String? = null, org: String? = null, phone: String? = null, postal: String? = null, state: String? = null, street: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val city: String? = null

The city for this contact

Link copied to clipboard
val country: String? = null

The country for this contact

Link copied to clipboard
val email: String? = null

The email address for this contact

Link copied to clipboard
val fax: String? = null

The fax number for this contact

Link copied to clipboard
val name: String? = null

The name of this contact

Link copied to clipboard
val org: String? = null

The organization for this contact

Link copied to clipboard
val phone: String? = null

The phone number for this contact

Link copied to clipboard
val postal: String? = null

The postal code for this contact

Link copied to clipboard
val state: String? = null

The state for this contact

Link copied to clipboard
val street: List<String>? = null

A list describing the street address for this contact