Contact Settings Response
data class ContactSettingsResponse(val adminContact: ContactResponse, val privacy: String, val registrantContact: ContactResponse, val technicalContact: ContactResponse)
Defines the contact information associated with a Registration
. ICANN requires all domain names to have associated contact information. The registrant_contact
is considered the domain's legal owner, and often the other contacts are identical.
Constructors
Link copied to clipboard
fun ContactSettingsResponse(adminContact: ContactResponse, privacy: String, registrantContact: ContactResponse, technicalContact: ContactResponse)
Types
Properties
Link copied to clipboard
Link copied to clipboard
The registrant contact for the Registration
. Caution: Anyone with access to this email address, phone number, and/or postal address can take control of the domain. Warning: For new Registration
s, the registrant receives an email confirmation that they must complete within 15 days to avoid domain suspension.
Link copied to clipboard