Module Values.UpdateDomainContactRequestSource

The UpdateDomainContact request includes the following elements.

Sourcetype nonrec t = {
  1. domainName : DomainName.t;
    (*

    The name of the domain that you want to update contact information for.

    *)
  2. adminContact : ContactDetail.t option;
    (*

    Provides detailed contact information.

    *)
  3. registrantContact : ContactDetail.t option;
    (*

    Provides detailed contact information.

    *)
  4. techContact : ContactDetail.t option;
    (*

    Provides detailed contact information.

    *)
  5. 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).

    *)
  6. billingContact : ContactDetail.t option;
    (*

    Provides detailed contact information.

    *)
}
Sourceval context_ : string
Sourceval make : ?adminContact:??? -> ?registrantContact:??? -> ?techContact:??? -> ?consent:??? -> ?billingContact:??? -> domainName:DomainName.t -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t