Values.VerificationDetailsSourceA union structure containing the specific details required for different types of verification processes supported by AWS Partner Central.
type nonrec t = {businessVerificationDetails : BusinessVerificationDetails.t option;The business verification details to be used when starting a business verification process.
*)registrantVerificationDetails : RegistrantVerificationDetails.t option;The registrant verification details to be used when starting an individual identity verification process.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Structure of (string * [> `String of LegalName.t ]) list ])
list ]