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)
           
 Plan Subscription.getPlan()
           
 Plan InvoiceLineSubscription.getPlan()
           
static Plan Plan.retrieve(String id)
           
 

Methods in com.stripe.model that return types with arguments of type Plan
 List<Plan> PlanCollection.getData()
           
 

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

Method parameters in com.stripe.model with type arguments of type Plan
 void PlanCollection.setData(List<Plan> data)
           
 



Copyright © 2011 Stripe. All Rights Reserved.