| 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,
RequestOptions options) |
static Plan |
Plan.create(Map<String,Object> params,
String apiKey)
Deprecated.
|
Plan |
Subscription.getPlan() |
Plan |
InvoiceLineItem.getPlan() |
Plan |
InvoiceItem.getPlan() |
static Plan |
Plan.retrieve(String id) |
static Plan |
Plan.retrieve(String id,
RequestOptions options) |
static Plan |
Plan.retrieve(String id,
String apiKey)
Deprecated.
|
Plan |
Plan.update(Map<String,Object> params) |
Plan |
Plan.update(Map<String,Object> params,
RequestOptions options) |
Plan |
Plan.update(Map<String,Object> params,
String apiKey)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Subscription.setPlan(Plan plan) |
void |
InvoiceItem.setPlan(Plan plan) |
Copyright © 2016 Stripe. All rights reserved.