RegistrationContactSettingsTechnicalContact

data class RegistrationContactSettingsTechnicalContact(val email: String, val faxNumber: String? = null, val phoneNumber: String, val postalAddress: RegistrationContactSettingsTechnicalContactPostalAddress)

Constructors

constructor(email: String, faxNumber: String? = null, phoneNumber: String, postalAddress: RegistrationContactSettingsTechnicalContactPostalAddress)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Required. Email address of the contact.

Link copied to clipboard
val faxNumber: String? = null

Fax number of the contact in international format. For example, "+1-800-555-0123".

Link copied to clipboard

Required. Phone number of the contact in international format. For example, "+1-800-555-0123".

Link copied to clipboard

Required. Postal address of the contact. Structure is documented below.