Values.FraudsterSourceContains all the information about a fraudster.
type nonrec t = {createdAt : Timestamp.t option;The timestamp of when Voice ID identified the fraudster.
*)domainId : DomainId.t option;The identifier of the domain that contains the fraudster.
*)generatedFraudsterId : GeneratedFraudsterId.t option;The service-generated identifier for the fraudster.
*)watchlistIds : ResponseWatchlistIds.t option;The identifier of the watchlists the fraudster is a part of.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of WatchlistId.t ] list
| `String of DomainId.t
| `Timestamp of Timestamp.t ])
list ]