Uses of Class
com.adyen.model.payments.ThreeDSRequestorAuthenticationInfo
-
Packages that use ThreeDSRequestorAuthenticationInfo Package Description com.adyen.model.payments -
-
Uses of ThreeDSRequestorAuthenticationInfo in com.adyen.model.payments
Methods in com.adyen.model.payments that return ThreeDSRequestorAuthenticationInfo Modifier and Type Method Description static ThreeDSRequestorAuthenticationInfoThreeDSRequestorAuthenticationInfo. fromJson(String jsonString)Create an instance of ThreeDSRequestorAuthenticationInfo given an JSON stringThreeDSRequestorAuthenticationInfoThreeDS2RequestData. getThreeDSRequestorAuthenticationInfo()Get threeDSRequestorAuthenticationInfoThreeDSRequestorAuthenticationInfoThreeDSRequestorAuthenticationInfo. threeDSReqAuthData(String threeDSReqAuthData)ThreeDSRequestorAuthenticationInfoThreeDSRequestorAuthenticationInfo. threeDSReqAuthMethod(ThreeDSRequestorAuthenticationInfo.ThreeDSReqAuthMethodEnum threeDSReqAuthMethod)ThreeDSRequestorAuthenticationInfoThreeDSRequestorAuthenticationInfo. threeDSReqAuthTimestamp(String threeDSReqAuthTimestamp)Methods in com.adyen.model.payments with parameters of type ThreeDSRequestorAuthenticationInfo Modifier and Type Method Description voidThreeDS2RequestData. setThreeDSRequestorAuthenticationInfo(ThreeDSRequestorAuthenticationInfo threeDSRequestorAuthenticationInfo)ThreeDS2RequestDataThreeDS2RequestData. threeDSRequestorAuthenticationInfo(ThreeDSRequestorAuthenticationInfo threeDSRequestorAuthenticationInfo)
-