Values.BusinessVerificationResponseSourceContains the response information and results from a business verification process, including any verification-specific data returned by the verification service.
type nonrec t = {businessVerificationDetails : BusinessVerificationDetails.t option;The business verification details that were processed and verified, potentially including additional information discovered during the verification process.
*)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
| `Structure of (string * [> `String of LegalName.t ]) list
| `Timestamp of DateTime.t ])
list ]