Package com.adyen.model
Class ThreeDS1Result
- java.lang.Object
-
- com.adyen.model.ThreeDS1Result
-
public class ThreeDS1Result extends Object
ThreeDS1Result
-
-
Constructor Summary
Constructors Constructor Description ThreeDS1Result()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ThreeDS1Resultcavv(String cavv)ThreeDS1ResultcavvAlgorithm(String cavvAlgorithm)ThreeDS1Resulteci(String eci)booleanequals(Object o)StringgetCavv()The cardholder authentication value (base64 encoded).StringgetCavvAlgorithm()The CAVV algorithm used.StringgetEci()3D Secure Electronic Commerce Indicator (ECI).StringgetThreeDAuthenticatedResponse()The authentication response from the ACS.StringgetThreeDOfferedResponse()Whether 3D Secure was offered or not.StringgetXid()A unique transaction identifier generated by the MPI on behalf of the merchant to identify the 3D Secure transaction, in `Base64` encoding.inthashCode()voidsetCavv(String cavv)voidsetCavvAlgorithm(String cavvAlgorithm)voidsetEci(String eci)voidsetThreeDAuthenticatedResponse(String threeDAuthenticatedResponse)voidsetThreeDOfferedResponse(String threeDOfferedResponse)voidsetXid(String xid)ThreeDS1ResultthreeDAuthenticatedResponse(String threeDAuthenticatedResponse)ThreeDS1ResultthreeDOfferedResponse(String threeDOfferedResponse)StringtoString()ThreeDS1Resultxid(String xid)
-
-
-
Method Detail
-
cavv
public ThreeDS1Result cavv(String cavv)
-
getCavv
public String getCavv()
The cardholder authentication value (base64 encoded).- Returns:
- cavv
-
setCavv
public void setCavv(String cavv)
-
cavvAlgorithm
public ThreeDS1Result cavvAlgorithm(String cavvAlgorithm)
-
getCavvAlgorithm
public String getCavvAlgorithm()
The CAVV algorithm used.- Returns:
- cavvAlgorithm
-
setCavvAlgorithm
public void setCavvAlgorithm(String cavvAlgorithm)
-
eci
public ThreeDS1Result eci(String eci)
-
getEci
public String getEci()
3D Secure Electronic Commerce Indicator (ECI).- Returns:
- eci
-
setEci
public void setEci(String eci)
-
threeDAuthenticatedResponse
public ThreeDS1Result threeDAuthenticatedResponse(String threeDAuthenticatedResponse)
-
getThreeDAuthenticatedResponse
public String getThreeDAuthenticatedResponse()
The authentication response from the ACS.- Returns:
- threeDAuthenticatedResponse
-
setThreeDAuthenticatedResponse
public void setThreeDAuthenticatedResponse(String threeDAuthenticatedResponse)
-
threeDOfferedResponse
public ThreeDS1Result threeDOfferedResponse(String threeDOfferedResponse)
-
getThreeDOfferedResponse
public String getThreeDOfferedResponse()
Whether 3D Secure was offered or not.- Returns:
- threeDOfferedResponse
-
setThreeDOfferedResponse
public void setThreeDOfferedResponse(String threeDOfferedResponse)
-
xid
public ThreeDS1Result xid(String xid)
-
getXid
public String getXid()
A unique transaction identifier generated by the MPI on behalf of the merchant to identify the 3D Secure transaction, in `Base64` encoding.- Returns:
- xid
-
setXid
public void setXid(String xid)
-
-