Uses of Class
com.adyen.model.relayedauthorizationwebhooks.ThreeDSecure
-
Packages that use ThreeDSecure Package Description com.adyen.model.relayedauthorizationwebhooks -
-
Uses of ThreeDSecure in com.adyen.model.relayedauthorizationwebhooks
Methods in com.adyen.model.relayedauthorizationwebhooks that return ThreeDSecure Modifier and Type Method Description ThreeDSecureThreeDSecure. acsTransactionId(String acsTransactionId)The transaction identifier for the Access Control ServerThreeDSecureThreeDSecure. authenticationResult(String authenticationResult)The result from the performed authenticationThreeDSecureThreeDSecure. authenticationType(String authenticationType)The type of the performed authenticationThreeDSecureThreeDSecure. dsTransactionId(String dsTransactionId)The transaction identifier for the Directory serverstatic ThreeDSecureThreeDSecure. fromJson(String jsonString)Create an instance of ThreeDSecure given an JSON stringThreeDSecureRelayedAuthorisationRequest. getThreeDSecure()Get threeDSecureMethods in com.adyen.model.relayedauthorizationwebhooks with parameters of type ThreeDSecure Modifier and Type Method Description voidRelayedAuthorisationRequest. setThreeDSecure(ThreeDSecure threeDSecure)threeDSecureRelayedAuthorisationRequestRelayedAuthorisationRequest. threeDSecure(ThreeDSecure threeDSecure)threeDSecure
-