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