Interface IDVMethodSelector
-
public interface IDVMethodSelector
IDVMethodSelector provides a way to select different IDVMethods supported for the Card Activation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IDVMethod[]
getIdvMethodList()
Fetch the list of IDV methods supported for the Card Activation.void
select(java.lang.String idvId)
Select the type of IDV method for Card Activation.
-
-
-
Method Detail
-
select
void select(java.lang.String idvId)
Select the type of IDV method for Card Activation.- Parameters:
idvId
- the id of the IDV method to be selected.
-
getIdvMethodList
IDVMethod[] getIdvMethodList()
Fetch the list of IDV methods supported for the Card Activation.- Returns:
- the list of IDV methods supported.
-
-