| Package | Description |
|---|---|
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
PlanDetails |
PlanDetails.Builder.build()
Builds a new
PlanDetails object using the set fields. |
PlanDetails |
Subscription.getPlan()
Getter for Plan.
|
| Modifier and Type | Method and Description |
|---|---|
Subscription.Builder |
Subscription.Builder.plan(PlanDetails plan)
Setter for plan.
|
void |
Subscription.setPlan(PlanDetails plan)
Setter for Plan.
|
| Constructor and Description |
|---|
Subscription(String id,
String planId,
String startTime,
String quantity,
Money shippingAmount,
Subscriber subscriber,
SubscriptionBillingInformation billingInfo,
String createTime,
String updateTime,
String customId,
Boolean planOverridden,
PlanDetails plan,
List<LinkDescription> links)
Initialization constructor.
|
Copyright © 2026. All rights reserved.