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