com.stripe.model
Class CouponCollection

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

public class CouponCollection
extends StripeObject


Field Summary
 
Fields inherited from class com.stripe.model.StripeObject
prettyPrintGson
 
Constructor Summary
CouponCollection()
           
 
Method Summary
 Integer getCount()
           
 List<Coupon> getData()
           
 void setCount(Integer count)
           
 void setData(List<Coupon> 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

CouponCollection

public CouponCollection()
Method Detail

getData

public List<Coupon> getData()

setData

public void setData(List<Coupon> data)

getCount

public Integer getCount()

setCount

public void setCount(Integer count)


Copyright © 2013 Stripe. All rights reserved.