DomainBillingContact

data class DomainBillingContact(val addressLine1: String, val addressLine2: String, val city: String, val contactType: String, val countryCode: String, val email: String, val extraParams: List<DomainBillingContactExtraParam>, val fax: String, val firstName: String, val lastName: String, val organizationName: String, val phoneNumber: String, val state: String, val zipCode: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

First line of the contact's address.

Link copied to clipboard

Second line of contact's address, if any.

Link copied to clipboard

The city of the contact's address.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

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

First name of contact.

Link copied to clipboard

Last name of contact.

Link copied to clipboard

Name of the organization for contact types other than PERSON.

Link copied to clipboard

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

The state or province of the contact's city.

Link copied to clipboard

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