DomainAdminContact

data class DomainAdminContact(val addressLine1: String? = null, val addressLine2: String? = null, val city: String? = null, val contactType: String? = null, val countryCode: String? = null, val email: String? = null, val extraParams: List<DomainAdminContactExtraParam>? = null, val fax: String? = null, val firstName: String? = null, val lastName: String? = null, val organizationName: String? = null, val phoneNumber: String? = null, val state: String? = null, val zipCode: String? = null)

Constructors

Link copied to clipboard
constructor(addressLine1: String? = null, addressLine2: String? = null, city: String? = null, contactType: String? = null, countryCode: String? = null, email: String? = null, extraParams: List<DomainAdminContactExtraParam>? = null, fax: String? = null, firstName: String? = null, lastName: String? = null, organizationName: String? = null, phoneNumber: String? = null, state: String? = null, zipCode: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val addressLine1: String? = null

First line of the contact's address.

Link copied to clipboard
val addressLine2: String? = null

Second line of contact's address, if any.

Link copied to clipboard
val city: String? = null

The city of the contact's address.

Link copied to clipboard
val contactType: String? = null

Indicates whether the contact is a person, company, association, or public organization. See the AWS API documentation for valid values.

Link copied to clipboard
val countryCode: String? = null

Code for the country of the contact's address. See the AWS API documentation for valid values.

Link copied to clipboard
val email: String? = null

Email address of the contact.

Link copied to clipboard

A list of name-value pairs for parameters required by certain top-level domains.

Link copied to clipboard
val fax: String? = null

Fax number of the contact. Phone number must be specified in the format "+country dialing code.number including any area code".

Link copied to clipboard
val firstName: String? = null

First name of contact.

Link copied to clipboard
val lastName: String? = null

Last name of contact.

Link copied to clipboard

Name of the organization for contact types other than PERSON.

Link copied to clipboard
val phoneNumber: String? = null

The phone number of the contact. Phone number must be specified in the format "+country dialing code.number including any area code".

Link copied to clipboard
val state: String? = null

The state or province of the contact's city.

Link copied to clipboard
val zipCode: String? = null

The zip or postal code of the contact's address.