VerificationResponseDetails
A union structure containing the response details specific to different types of verification processes, providing type-specific information and results.
Inheritors
Types
The response details from a business verification process, including verification results and any additional business information discovered.
The response details from a registrant verification process, including verification results and any additional steps required for identity confirmation.
Functions
Casts this VerificationResponseDetails as a BusinessVerificationResponse and retrieves its aws.sdk.kotlin.services.partnercentralaccount.model.BusinessVerificationResponse value. Throws an exception if the VerificationResponseDetails is not a BusinessVerificationResponse.
Casts this VerificationResponseDetails as a BusinessVerificationResponse and retrieves its aws.sdk.kotlin.services.partnercentralaccount.model.BusinessVerificationResponse value. Returns null if the VerificationResponseDetails is not a BusinessVerificationResponse.
Casts this VerificationResponseDetails as a RegistrantVerificationResponse and retrieves its aws.sdk.kotlin.services.partnercentralaccount.model.RegistrantVerificationResponse value. Throws an exception if the VerificationResponseDetails is not a RegistrantVerificationResponse.
Casts this VerificationResponseDetails as a RegistrantVerificationResponse and retrieves its aws.sdk.kotlin.services.partnercentralaccount.model.RegistrantVerificationResponse value. Returns null if the VerificationResponseDetails is not a RegistrantVerificationResponse.