OBJECT

VerifyContactMethodPayload

VerifyContactMethodPayload is the VerificationRequest document returned from EVS on success.

link GraphQL Schema definition

1type VerifyContactMethodPayload {
2
3# The success/failure of the verification attempt.
4isSuccess: Boolean!
5
6# The updated verification request.
7request: VerificationRequest
8
9}