| Package | Description |
|---|---|
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
static ReasonCode |
ReasonCode.constructFromString(String toConvert)
Returns the enum member associated with the given string value.
|
static ReasonCode |
ReasonCode.fromString(String toConvert)
Returns the enum member associated with the given string value.
|
ReasonCode |
FailedPaymentDetails.getReasonCode()
Getter for ReasonCode.
|
static ReasonCode |
ReasonCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReasonCode[] |
ReasonCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
FailedPaymentDetails.Builder |
FailedPaymentDetails.Builder.reasonCode(ReasonCode reasonCode)
Setter for reasonCode.
|
void |
FailedPaymentDetails.setReasonCode(ReasonCode reasonCode)
Setter for ReasonCode.
|
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
ReasonCode.toValue(List<ReasonCode> toConvert)
Convert list of ReasonCode values to list of string values.
|
| Constructor and Description |
|---|
FailedPaymentDetails(Money amount,
String time,
ReasonCode reasonCode,
String nextPaymentRetryTime)
Initialization constructor.
|
Copyright © 2026. All rights reserved.