Interface VerificationEvent
- All Known Subinterfaces:
VerificationRequestEvent,VerificationResultEvent
public interface VerificationEvent
VerificationEvent
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceDedicated 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.Field is required
- Returns:
- id
-
getIdentity
Identity getIdentity()Get identityField is required
- 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
-