Registered Domain Tech Contact
data class RegisteredDomainTechContact(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: Map<String, String>? = 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
fun RegisteredDomainTechContact(addressLine1: String? = null, addressLine2: String? = null, city: String? = null, contactType: String? = null, countryCode: String? = null, email: String? = null, extraParams: Map<String, String>? = null, fax: String? = null, firstName: String? = null, lastName: String? = null, organizationName: String? = null, phoneNumber: String? = null, state: String? = null, zipCode: String? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
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