Values.UpdateDomainContactRequestSourceThe UpdateDomainContact request includes the following elements.
type nonrec t = {domainName : DomainName.t;The name of the domain that you want to update contact information for.
*)adminContact : ContactDetail.t option;Provides detailed contact information.
*)registrantContact : ContactDetail.t option;Provides detailed contact information.
*)techContact : ContactDetail.t option;Provides detailed contact information.
*)consent : Consent.t option;Customer's consent for the owner change request. Required if the domain is not free (consent price is more than $0.00).
*)billingContact : ContactDetail.t option;Provides detailed contact information.
*)}val make :
?adminContact:??? ->
?registrantContact:??? ->
?techContact:??? ->
?consent:??? ->
?billingContact:??? ->
domainName:DomainName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of DomainName.t
| `Structure of
(string
* [> `Double of Price.t
| `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string | `String of ExtraParamValue.t ])
list ]
list
| `String of ContactName.t ])
list ])
list ]