Interface IDVMethod
public interface IDVMethod
IDVMethod is supported by the card enrollment process.
-
Method Summary
-
Method Details
-
getId
String getId()Fetches the identifier of the IDV method.- Returns:
- The identifier of the IDV method.
-
getType
String getType()Fetches the type of IDV method.- Returns:
- The type of IDV method.
-
getValue
String getValue()Fetches the value of the IDV method.- Returns:
- The value of the IDV method.
-
isOtpRequired
boolean isOtpRequired()Checks if OTP is required.- Returns:
- The flag to indicate if the OTP is required.
-