Module Values.AssociateFraudsterRequestSource

Associates the fraudsters with the watchlist specified in the same domain.

Sourcetype nonrec t = {
  1. domainId : DomainId.t;
    (*

    The identifier of the domain that contains the fraudster.

    *)
  2. fraudsterId : FraudsterId.t;
    (*

    The identifier of the fraudster to be associated with the watchlist.

    *)
  3. watchlistId : WatchlistId.t;
    (*

    The identifier of the watchlist you want to associate with the fraudster.

    *)
}
Sourceval context_ : string
Sourceval make : domainId:DomainId.t -> fraudsterId:FraudsterId.t -> watchlistId:WatchlistId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of DomainId.t ]) 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