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