Interface IDVMethod
-
public interface IDVMethod
IDVMethod supported by the Card Enrollment.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getId()
Fetch the identifier of the IDV method.java.lang.String
getType()
Fetch the type of the IDV method.java.lang.String
getValue()
Fetch the value of the IDV method.boolean
isOtpRequired()
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.
-
-