Interface VerificationEvent

All Known Subinterfaces:
VerificationRequestEvent, VerificationResultEvent

public interface VerificationEvent
VerificationEvent
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Dedicated Builder
  • Method Summary

    Modifier and Type
    Method
    Description
    Can be used to pass custom data in the request.
    The ID of the verification request.
    Get identity
    Used 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