Uses of Class
com.adyen.model.checkout.ThreeDSRequestorAuthenticationInfo
-
Packages that use ThreeDSRequestorAuthenticationInfo Package Description com.adyen.model.checkout -
-
Uses of ThreeDSRequestorAuthenticationInfo in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return ThreeDSRequestorAuthenticationInfo Modifier and Type Method Description static ThreeDSRequestorAuthenticationInfoThreeDSRequestorAuthenticationInfo. fromJson(String jsonString)Create an instance of ThreeDSRequestorAuthenticationInfo given an JSON stringThreeDSRequestorAuthenticationInfoThreeDS2RequestData. getThreeDSRequestorAuthenticationInfo()threeDSRequestorAuthenticationInfoThreeDSRequestorAuthenticationInfoThreeDS2RequestFields. getThreeDSRequestorAuthenticationInfo()threeDSRequestorAuthenticationInfoThreeDSRequestorAuthenticationInfoThreeDSRequestorAuthenticationInfo. threeDSReqAuthData(String threeDSReqAuthData)Data that documents and supports a specific authentication process.ThreeDSRequestorAuthenticationInfoThreeDSRequestorAuthenticationInfo. threeDSReqAuthMethod(ThreeDSRequestorAuthenticationInfo.ThreeDSReqAuthMethodEnum threeDSReqAuthMethod)Mechanism used by the Cardholder to authenticate to the 3DS Requestor.ThreeDSRequestorAuthenticationInfoThreeDSRequestorAuthenticationInfo. threeDSReqAuthTimestamp(String threeDSReqAuthTimestamp)Date and time in UTC of the cardholder authentication.Methods in com.adyen.model.checkout with parameters of type ThreeDSRequestorAuthenticationInfo Modifier and Type Method Description voidThreeDS2RequestData. setThreeDSRequestorAuthenticationInfo(ThreeDSRequestorAuthenticationInfo threeDSRequestorAuthenticationInfo)threeDSRequestorAuthenticationInfovoidThreeDS2RequestFields. setThreeDSRequestorAuthenticationInfo(ThreeDSRequestorAuthenticationInfo threeDSRequestorAuthenticationInfo)threeDSRequestorAuthenticationInfoThreeDS2RequestDataThreeDS2RequestData. threeDSRequestorAuthenticationInfo(ThreeDSRequestorAuthenticationInfo threeDSRequestorAuthenticationInfo)threeDSRequestorAuthenticationInfoThreeDS2RequestFieldsThreeDS2RequestFields. threeDSRequestorAuthenticationInfo(ThreeDSRequestorAuthenticationInfo threeDSRequestorAuthenticationInfo)threeDSRequestorAuthenticationInfo
-