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