public class AuthenticationResultResponse extends Object
| Constructor and Description |
|---|
AuthenticationResultResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
ThreeDS1Result |
getThreeDS1Result()
Get threeDS1Result
|
ThreeDS2Result |
getThreeDS2Result()
Get threeDS2Result
|
int |
hashCode() |
void |
setThreeDS1Result(ThreeDS1Result threeDS1Result) |
void |
setThreeDS2Result(ThreeDS2Result threeDS2Result) |
AuthenticationResultResponse |
threeDS1Result(ThreeDS1Result threeDS1Result) |
AuthenticationResultResponse |
threeDS2Result(ThreeDS2Result threeDS2Result) |
String |
toString() |
public AuthenticationResultResponse threeDS1Result(ThreeDS1Result threeDS1Result)
public ThreeDS1Result getThreeDS1Result()
public void setThreeDS1Result(ThreeDS1Result threeDS1Result)
public AuthenticationResultResponse threeDS2Result(ThreeDS2Result threeDS2Result)
public ThreeDS2Result getThreeDS2Result()
public void setThreeDS2Result(ThreeDS2Result threeDS2Result)
Copyright © 2022. All rights reserved.