public class PlanCollection extends StripeObject
PRETTY_PRINT_GSON
PlanCollection()
Integer
getCount()
List<Plan>
getData()
void
setCount(Integer count)
setData(List<Plan> data)
toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public PlanCollection()
public List<Plan> getData()
public void setData(List<Plan> data)
public Integer getCount()
public void setCount(Integer count)
Copyright © 2014 Stripe. All rights reserved.