Package com.stripe.model
Class SourceTransactionCollection
java.lang.Object
- All Implemented Interfaces:
StripeCollectionInterface<SourceTransaction>
,StripeObjectInterface
public class SourceTransactionCollection extends StripeCollection<SourceTransaction>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description SourceTransactionCollection()
-
Method Summary
Methods inherited from class com.stripe.model.StripeCollection
autoPagingIterable, autoPagingIterable, autoPagingIterable, canEqual, equals, getData, getHasMore, getObject, getRequestOptions, getRequestParams, getUrl, hashCode, setData, setHasMore, setObject, setRequestOptions, setRequestParams, setUrl
Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.stripe.model.StripeObjectInterface
getLastResponse, setLastResponse
-
Constructor Details
-
SourceTransactionCollection
public SourceTransactionCollection()
-