public class AuthenticationResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AuthenticationResponse.Builder
Class to build instances of
AuthenticationResponse. |
| Constructor and Description |
|---|
AuthenticationResponse()
Default constructor.
|
AuthenticationResponse(LiabilityShiftIndicator liabilityShift,
ThreeDSecureAuthenticationResponse threeDSecure)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
LiabilityShiftIndicator |
getLiabilityShift()
Getter for LiabilityShift.
|
ThreeDSecureAuthenticationResponse |
getThreeDSecure()
Getter for ThreeDSecure.
|
void |
setLiabilityShift(LiabilityShiftIndicator liabilityShift)
Setter for LiabilityShift.
|
void |
setThreeDSecure(ThreeDSecureAuthenticationResponse threeDSecure)
Setter for ThreeDSecure.
|
AuthenticationResponse.Builder |
toBuilder()
Builds a new
AuthenticationResponse.Builder object. |
String |
toString()
Converts this AuthenticationResponse into string format.
|
public AuthenticationResponse()
public AuthenticationResponse(LiabilityShiftIndicator liabilityShift, ThreeDSecureAuthenticationResponse threeDSecure)
liabilityShift - LiabilityShiftIndicator value for liabilityShift.threeDSecure - ThreeDSecureAuthenticationResponse value for threeDSecure.public LiabilityShiftIndicator getLiabilityShift()
public void setLiabilityShift(LiabilityShiftIndicator liabilityShift)
liabilityShift - Value for LiabilityShiftIndicatorpublic ThreeDSecureAuthenticationResponse getThreeDSecure()
public void setThreeDSecure(ThreeDSecureAuthenticationResponse threeDSecure)
threeDSecure - Value for ThreeDSecureAuthenticationResponsepublic String toString()
public AuthenticationResponse.Builder toBuilder()
AuthenticationResponse.Builder object.
Creates the instance with the state of the current model.AuthenticationResponse.Builder objectCopyright © 2025. All rights reserved.