Interface IDVMethod
-
public interface IDVMethodIDVMethod supported by the Card Enrollment.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetId()Fetch the identifier of the IDV method.java.lang.StringgetType()Fetch the type of the IDV method.java.lang.StringgetValue()Fetch the value of the IDV method.booleanisOtpRequired()Check if OTP is required.
-
-
-
Method Detail
-
getId
java.lang.String getId()
Fetch the identifier of the IDV method.- Returns:
- the identifier of the IDV method.
-
getType
java.lang.String getType()
Fetch the type of the IDV method.- Returns:
- the type of IDV method.
-
getValue
java.lang.String getValue()
Fetch the value of the IDV method.- Returns:
- the value of the IDV method.
-
isOtpRequired
boolean isOtpRequired()
Check if OTP is required.- Returns:
- flag to indicate if the OTP is required.
-
-