Values.ContactDetailSourceContactDetail includes the following elements.
type nonrec t = {firstName : ContactName.t option;First name of contact.
*)lastName : ContactName.t option;Last name of contact.
*)contactType : ContactType.t option;Indicates whether the contact is a person, company, association, or public organization. Note the following: If you specify a value other than PERSON, you must also specify a value for OrganizationName. For some TLDs, the privacy protection available depends on the value that you specify for Contact Type. For the privacy protection settings for your TLD, see Domains that You Can Register with Amazon Route 53 in the Amazon Route 53 Developer Guide For .es domains, the value of ContactType must be PERSON for all three contacts.
*)organizationName : ContactName.t option;Name of the organization for contact types other than PERSON.
*)addressLine1 : AddressLine.t option;First line of the contact's address.
*)addressLine2 : AddressLine.t option;Second line of contact's address, if any.
*)city : City.t option;The city of the contact's address.
*)state : State.t option;The state or province of the contact's city.
*)countryCode : CountryCode.t option;Code for the country of the contact's address.
*)zipCode : ZipCode.t option;The zip or postal code of the contact's address.
*)phoneNumber : ContactNumber.t option;The phone number of the contact. Constraints: Phone number must be specified in the format "+[country dialing code].[number including any area code>]". For example, a US phone number might appear as "+1.1234567890".
*)email : Email.t option;Email address of the contact.
*)fax : ContactNumber.t option;Fax number of the contact. Constraints: Phone number must be specified in the format "+[country dialing code].[number including any area code]". For example, a US phone number might appear as "+1.1234567890".
*)extraParams : ExtraParamList.t option;A list of name-value pairs for parameters required by certain top-level domains.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string * [> `Enum of string | `String of ExtraParamValue.t ])
list ]
list
| `String of ContactName.t ])
list ]