GetRegistrarDomainsResultRegistrantContact

data class GetRegistrarDomainsResultRegistrantContact(val address: String, val address2: String, val city: String, val country: String, val email: String, val fax: String, val firstName: String, val id: String, val lastName: String, val organization: String, val phone: String, val state: String, val zip: String)

Constructors

constructor(address: String, address2: String, city: String, country: String, email: String, fax: String, firstName: String, id: String, lastName: String, organization: String, phone: String, state: String, zip: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Address.

Link copied to clipboard

Optional address line for unit, floor, suite, etc.

Link copied to clipboard

City.

Link copied to clipboard

The country in which the user lives.

Link copied to clipboard

The contact email address of the user.

Link copied to clipboard
val fax: String

Contact fax number.

Link copied to clipboard

User's first name

Link copied to clipboard
val id: String

Contact Identifier.

Link copied to clipboard

User's last name

Link copied to clipboard

Name of organization.

Link copied to clipboard

User's telephone number

Link copied to clipboard

State.

Link copied to clipboard
val zip: String

The zipcode or postal code where the user lives.