| Package | Description |
|---|---|
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
static PlanRequestStatus |
PlanRequestStatus.constructFromString(String toConvert)
Returns the enum member associated with the given string value.
|
static PlanRequestStatus |
PlanRequestStatus.fromString(String toConvert)
Returns the enum member associated with the given string value.
|
PlanRequestStatus |
PlanRequest.getStatus()
Getter for Status.
|
static PlanRequestStatus |
PlanRequestStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlanRequestStatus[] |
PlanRequestStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PlanRequest.setStatus(PlanRequestStatus status)
Setter for Status.
|
PlanRequest.Builder |
PlanRequest.Builder.status(PlanRequestStatus status)
Setter for status.
|
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
PlanRequestStatus.toValue(List<PlanRequestStatus> toConvert)
Convert list of PlanRequestStatus values to list of string values.
|
| Constructor and Description |
|---|
PlanRequest(String productId,
String name,
List<SubscriptionBillingCycle> billingCycles,
PaymentPreferences paymentPreferences,
PlanRequestStatus status,
String description,
MerchantPreferences merchantPreferences,
Taxes taxes,
Boolean quantitySupported)
Initialization constructor.
|
Copyright © 2026. All rights reserved.