VerificationResponse
A union representing the possible return types when querying for a Verification
union VerificationResponse =
  | BadRequestError
  | InternalServerError
  | Verification
Possible types
VerificationResponse.BadRequestError object
Returned when there is an error in the request.
VerificationResponse.InternalServerError object
Returned when an error is encountered that is not expected.
VerificationResponse.Verification object
A Verification
Returned By
verification query