Uses of Class
com.adyen.model.payment.ThreeDS1Result
-
Packages that use ThreeDS1Result Package Description com.adyen.model.payment -
-
Uses of ThreeDS1Result in com.adyen.model.payment
Methods in com.adyen.model.payment that return ThreeDS1Result Modifier and Type Method Description ThreeDS1ResultThreeDS1Result. cavv(String cavv)The cardholder authentication value (base64 encoded).ThreeDS1ResultThreeDS1Result. cavvAlgorithm(String cavvAlgorithm)The CAVV algorithm used.ThreeDS1ResultThreeDS1Result. eci(String eci)3D Secure Electronic Commerce Indicator (ECI).static ThreeDS1ResultThreeDS1Result. fromJson(String jsonString)Create an instance of ThreeDS1Result given an JSON stringThreeDS1ResultAuthenticationResultResponse. getThreeDS1Result()threeDS1ResultThreeDS1ResultThreeDS1Result. threeDAuthenticatedResponse(String threeDAuthenticatedResponse)The authentication response from the ACS.ThreeDS1ResultThreeDS1Result. threeDOfferedResponse(String threeDOfferedResponse)Whether 3D Secure was offered or not.ThreeDS1ResultThreeDS1Result. xid(String xid)A unique transaction identifier generated by the MPI on behalf of the merchant to identify the 3D Secure transaction, in `Base64` encoding.Methods in com.adyen.model.payment with parameters of type ThreeDS1Result Modifier and Type Method Description voidAuthenticationResultResponse. setThreeDS1Result(ThreeDS1Result threeDS1Result)threeDS1ResultAuthenticationResultResponseAuthenticationResultResponse. threeDS1Result(ThreeDS1Result threeDS1Result)threeDS1Result
-