Values.RegistrantVerificationResponseSourceContains the response information from a registrant verification process, including any verification-specific data and next steps for the individual verification workflow.
type nonrec t = {completionUrl : CompletionUrl.t option;A secure URL where the registrant can complete additional verification steps, such as document upload or identity confirmation through a third-party verification service.
*)completionUrlExpiresAt : DateTime.t option;The timestamp when the completion URL expires and is no longer valid for accessing the verification workflow.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of CompletionUrl.t | `Timestamp of DateTime.t ])
list ]