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