Values.StartVerificationRequestSourceInitiates a new verification process for a partner account. This operation begins the verification workflow for either business registration or individual registrant identity verification as required by AWS Partner Central.
type nonrec t = {clientToken : ClientToken.t option;A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. This prevents duplicate verification processes from being started accidentally.
*)verificationDetails : VerificationDetails.t option;The specific details required for the verification process, including business information for business verification or personal information for registrant verification.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of ClientToken.t
| `Structure of
(string
* [> `Structure of (string * [> `String of LegalName.t ]) list ])
list ])
list ]