Interface SDKInfo
public interface SDKInfo
Contains information of the current configuration with which the 3DS SDK operates.
-
Method Summary
Modifier and TypeMethodDescriptionProvides the 3DS SDK license expiry date.The current payment scheme configuration of the 3DS SDK.Provides a list of supported EMVCo Protocols by the 3DS SDK.
-
Method Details
-
getSchemeConfigurations
List<SchemeInfo> getSchemeConfigurations()The current payment scheme configuration of the 3DS SDK.- Returns:
- list of
SchemeInfowith which the 3DS SDK is configured and utilizes during the authentication process.
-
getLicenseExpiryDate
Date getLicenseExpiryDate()Provides the 3DS SDK license expiry date. -
getSupportedProtocolVersions
Provides a list of supported EMVCo Protocols by the 3DS SDK.- Returns:
- list of supported EMVCo Protocols by the 3DS SDK
-