| Package | Description |
|---|---|
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
static PaResStatus |
PaResStatus.constructFromString(String toConvert)
Returns the enum member associated with the given string value.
|
static PaResStatus |
PaResStatus.fromString(String toConvert)
Returns the enum member associated with the given string value.
|
PaResStatus |
ThreeDSecureCardAuthenticationResponse.getAuthenticationStatus()
Getter for AuthenticationStatus.
|
PaResStatus |
ThreeDSecureAuthenticationResponse.getAuthenticationStatus()
Getter for AuthenticationStatus.
|
static PaResStatus |
PaResStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PaResStatus[] |
PaResStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ThreeDSecureCardAuthenticationResponse.Builder |
ThreeDSecureCardAuthenticationResponse.Builder.authenticationStatus(PaResStatus authenticationStatus)
Setter for authenticationStatus.
|
ThreeDSecureAuthenticationResponse.Builder |
ThreeDSecureAuthenticationResponse.Builder.authenticationStatus(PaResStatus authenticationStatus)
Setter for authenticationStatus.
|
void |
ThreeDSecureCardAuthenticationResponse.setAuthenticationStatus(PaResStatus authenticationStatus)
Setter for AuthenticationStatus.
|
void |
ThreeDSecureAuthenticationResponse.setAuthenticationStatus(PaResStatus authenticationStatus)
Setter for AuthenticationStatus.
|
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
PaResStatus.toValue(List<PaResStatus> toConvert)
Convert list of PaResStatus values to list of string values.
|
| Constructor and Description |
|---|
ThreeDSecureAuthenticationResponse(PaResStatus authenticationStatus,
EnrollmentStatus enrollmentStatus)
Initialization constructor.
|
ThreeDSecureCardAuthenticationResponse(PaResStatus authenticationStatus,
EnrollmentStatus enrollmentStatus,
String authenticationId)
Initialization constructor.
|
Copyright © 2025. All rights reserved.