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