|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stripe.model.StripeObject
com.stripe.model.CouponCollection
public class CouponCollection
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 |
---|
public CouponCollection()
Method Detail |
---|
public List<Coupon> getData()
public void setData(List<Coupon> data)
public Integer getCount()
public void setCount(Integer count)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |