RegistrationContactSettingsAdminContact

data class RegistrationContactSettingsAdminContact(val email: String, val faxNumber: String? = null, val phoneNumber: String, val postalAddress: RegistrationContactSettingsAdminContactPostalAddress)

Constructors

Link copied to clipboard
constructor(email: String, faxNumber: String? = null, phoneNumber: String, postalAddress: RegistrationContactSettingsAdminContactPostalAddress)

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.