com.stripe.model
Class PlanCollection

java.lang.Object
  extended by com.stripe.model.StripeObject
      extended by com.stripe.model.PlanCollection

public class PlanCollection
extends StripeObject


Constructor Summary
PlanCollection()
           
 
Method Summary
 Integer getCount()
           
 List<Plan> getData()
           
 void setCount(Integer count)
           
 void setData(List<Plan> data)
           
 
Methods inherited from class com.stripe.model.StripeObject
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PlanCollection

public PlanCollection()
Method Detail

getData

public List<Plan> getData()

setData

public void setData(List<Plan> data)

getCount

public Integer getCount()

setCount

public void setCount(Integer count)


Copyright © 2011 Stripe. All Rights Reserved.