| Package | Description |
|---|---|
| com.stripe.model |
| Modifier and Type | Method and Description |
|---|---|
static Plan |
Plan.create(Map<String,Object> params) |
static Plan |
Plan.create(Map<String,Object> params,
String apiKey) |
Plan |
Subscription.getPlan() |
Plan |
InvoiceLineItem.getPlan() |
static Plan |
Plan.retrieve(String id) |
static Plan |
Plan.retrieve(String id,
String apiKey) |
Plan |
Plan.update(Map<String,Object> params) |
Plan |
Plan.update(Map<String,Object> params,
String apiKey) |
| Modifier and Type | Method and Description |
|---|---|
List<Plan> |
PlanCollection.getData() |
| Modifier and Type | Method and Description |
|---|---|
void |
Subscription.setPlan(Plan plan) |
| Modifier and Type | Method and Description |
|---|---|
void |
PlanCollection.setData(List<Plan> data) |
Copyright © 2014 Stripe. All rights reserved.