com.stripe.model
Class StripeCollection<T>
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.StripeCollection<T>
- Direct Known Subclasses:
- ApplicationFeeCollection, BalanceTransactionCollection, ChargeCollection, CouponCollection, CustomerCollection, EventCollection, InvoiceCollection, InvoiceItemCollection, PlanCollection, RecipientCollection, TransferCollection, TransferTransactionCollection
public abstract class StripeCollection<T>
- extends StripeObject
StripeCollection
public StripeCollection()
getData
public List<T> getData()
setData
public void setData(List<T> data)
getTotalCount
public Integer getTotalCount()
setTotalCount
public void setTotalCount(Integer totalCount)
getHasMore
public Boolean getHasMore()
setHasMore
public void setHasMore(Boolean hasMore)
getUrl
public String getUrl()
setUrl
public void setUrl(String url)
getCount
public Integer getCount()
- 3/2014: Legacy (from before newstyle pagination API)
setCount
public void setCount(Integer count)
- 3/2014: Legacy (from before newstyle pagination API)
Copyright © 2014 Stripe. All rights reserved.