| Package | Description |
|---|---|
| net.joelinn.stripe.api | |
| net.joelinn.stripe.response.invoices | |
| net.joelinn.stripe.response.subscriptions |
| Modifier and Type | Method and Description |
|---|---|
PlanResponse |
Plans.createPlan(CreatePlanRequest request)
Create a plan
https://stripe.com/docs/api/curl#create_plan
|
PlanResponse |
Plans.getPlan(String planId)
Retrieve a plan
https://stripe.com/docs/api/curl#retrieve_plan
|
PlanResponse |
Plans.updatePlan(String planId,
UpdatePlanRequest request)
Update a plan
https://stripe.com/docs/api/curl#update_plan
|
| Modifier and Type | Field and Description |
|---|---|
protected PlanResponse |
LineItemResponse.plan |
| Modifier and Type | Method and Description |
|---|---|
PlanResponse |
LineItemResponse.getPlan() |
| Modifier and Type | Field and Description |
|---|---|
protected PlanResponse |
SubscriptionResponse.plan |
| Modifier and Type | Method and Description |
|---|---|
PlanResponse |
SubscriptionResponse.getPlan() |
Copyright © 2014. All rights reserved.