| Package | Description |
|---|---|
| com.paypal.sdk.controllers | |
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<BillingPlan> |
SubscriptionsController.createBillingPlan(CreateBillingPlanInput input)
Creates a plan that defines pricing and billing cycle details for subscriptions.
|
CompletableFuture<ApiResponse<BillingPlan>> |
SubscriptionsController.createBillingPlanAsync(CreateBillingPlanInput input)
Creates a plan that defines pricing and billing cycle details for subscriptions.
|
ApiResponse<BillingPlan> |
SubscriptionsController.getBillingPlan(String id)
Shows details for a plan, by ID.
|
CompletableFuture<ApiResponse<BillingPlan>> |
SubscriptionsController.getBillingPlanAsync(String id)
Shows details for a plan, by ID.
|
| Modifier and Type | Method and Description |
|---|---|
BillingPlan |
BillingPlan.Builder.build()
Builds a new
BillingPlan object using the set fields. |
| Modifier and Type | Method and Description |
|---|---|
List<BillingPlan> |
PlanCollection.getPlans()
Getter for Plans.
|
| Modifier and Type | Method and Description |
|---|---|
PlanCollection.Builder |
PlanCollection.Builder.plans(List<BillingPlan> plans)
Setter for plans.
|
void |
PlanCollection.setPlans(List<BillingPlan> plans)
Setter for Plans.
|
| Constructor and Description |
|---|
PlanCollection(List<BillingPlan> plans,
Integer totalItems,
Integer totalPages,
List<LinkDescription> links)
Initialization constructor.
|
Copyright © 2026. All rights reserved.