Package com.adyen.model
Class AuthenticationResultResponse
- java.lang.Object
-
- com.adyen.model.AuthenticationResultResponse
-
public class AuthenticationResultResponse extends Object
AuthenticationResultResponse
-
-
Constructor Summary
Constructors Constructor Description AuthenticationResultResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)ThreeDS1ResultgetThreeDS1Result()Get threeDS1ResultThreeDS2ResultgetThreeDS2Result()Get threeDS2ResultinthashCode()voidsetThreeDS1Result(ThreeDS1Result threeDS1Result)voidsetThreeDS2Result(ThreeDS2Result threeDS2Result)AuthenticationResultResponsethreeDS1Result(ThreeDS1Result threeDS1Result)AuthenticationResultResponsethreeDS2Result(ThreeDS2Result threeDS2Result)StringtoString()
-
-
-
Method Detail
-
threeDS1Result
public AuthenticationResultResponse threeDS1Result(ThreeDS1Result threeDS1Result)
-
getThreeDS1Result
public ThreeDS1Result getThreeDS1Result()
Get threeDS1Result- Returns:
- threeDS1Result
-
setThreeDS1Result
public void setThreeDS1Result(ThreeDS1Result threeDS1Result)
-
threeDS2Result
public AuthenticationResultResponse threeDS2Result(ThreeDS2Result threeDS2Result)
-
getThreeDS2Result
public ThreeDS2Result getThreeDS2Result()
Get threeDS2Result- Returns:
- threeDS2Result
-
setThreeDS2Result
public void setThreeDS2Result(ThreeDS2Result threeDS2Result)
-
-