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()Get threeDSRequestorAuthenticationInfoThreeDSRequestorAuthenticationInfoThreeDS2RequestFields. getThreeDSRequestorAuthenticationInfo()Get threeDSRequestorAuthenticationInfoThreeDSRequestorAuthenticationInfoThreeDSRequestorAuthenticationInfo. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.ThreeDSRequestorAuthenticationInfoThreeDSRequestorAuthenticationInfo. 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
-