Values.VerificationResponseDetailsSourceA union structure containing the response details specific to different types of verification processes, providing type-specific information and results.
type nonrec t = {businessVerificationResponse : BusinessVerificationResponse.t option;The response details from a business verification process, including verification results and any additional business information discovered.
*)registrantVerificationResponse : RegistrantVerificationResponse.t option;The response details from a registrant verification process, including verification results and any additional steps required for identity confirmation.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `String of CompletionUrl.t
| `Structure of (string * [> `String of LegalName.t ]) list
| `Timestamp of DateTime.t ])
list ])
list ]