Interface VerificationEvent
- All Known Subinterfaces:
VerificationRequestEvent
,VerificationResultEvent
public interface VerificationEvent
VerificationEvent
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Dedicated Builder -
Method Summary
Modifier and TypeMethodDescriptionCan be used to pass custom data in the request.getId()
The ID of the verification request.Get identityUsed to pass your own reference in the request for tracking purposes.
-
Method Details
-
getId
String getId()The ID of the verification request.- Returns:
- id
-
getIdentity
Identity getIdentity()Get identity- Returns:
- identity
-
getReference
String getReference()Used to pass your own reference in the request for tracking purposes.- Returns:
- reference
-
getCustom
String getCustom()Can be used to pass custom data in the request.- Returns:
- custom
-