Interface IDVMethodSelector
public interface IDVMethodSelector
IDVMethodSelector provides a way to select different IDVMethods supported for card activation.
-
Method Summary
Modifier and TypeMethodDescriptionFetches the list of IDV methods supported for card activation.voidSelects the type of IDV method used for card activation.
-
Method Details
-
select
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.
-