Uses of Class
com.stripe.model.Plan

Packages that use Plan
com.stripe.model   
 

Uses of Plan in com.stripe.model
 

Methods in com.stripe.model that return Plan
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)
           
 

Methods in com.stripe.model with parameters of type Plan
 void Subscription.setPlan(Plan plan)
           
 



Copyright © 2014 Stripe. All rights reserved.