Interface IDVMethodSelector


public interface IDVMethodSelector
IDVMethodSelector provides a way to select different IDVMethods supported for card activation.
  • Method Summary

    Modifier and Type
    Method
    Description
    Fetches the list of IDV methods supported for card activation.
    void
    select(String idvId)
    Selects the type of IDV method used for card activation.
  • Method Details

    • select

      void select(String idvId)
      Selects the type of IDV method used for card activation.
      Parameters:
      idvId - The ID of the IDV method to be selected.
    • getIdvMethodList

      IDVMethod[] getIdvMethodList()
      Fetches the list of IDV methods supported for card activation.
      Returns:
      the list of IDV methods supported.