AccountCollection
, ApplePayDomainCollection
, ApplicationFeeCollection
, AuthorizationCollection
, BalanceTransactionCollection
, BitcoinReceiverCollection
, BitcoinTransactionCollection
, CardCollection
, CardholderCollection
, ChargeCollection
, ChargeRefundCollection
, CountrySpecCollection
, CouponCollection
, CustomerCardCollection
, CustomerCollection
, CustomerSubscriptionCollection
, DisputeCollection
, DisputeCollection
, EventCollection
, ExchangeRateCollection
, ExternalAccountCollection
, FeeRefundCollection
, FileUploadCollection
, InvoiceCollection
, InvoiceItemCollection
, InvoiceLineItemCollection
, IssuerFraudRecordCollection
, LoginLinkCollection
, OrderCollection
, OrderReturnCollection
, PaymentIntentCollection
, PayoutCollection
, PlanCollection
, ProductCollection
, RecipientCardCollection
, RecipientCollection
, RefundCollection
, ScheduledQueryRunCollection
, SkuCollection
, SourceTransactionCollection
, StripeCollection
, SubscriptionCollection
, SubscriptionItemCollection
, TopupCollection
, TransactionCollection
, TransferCollection
, TransferReversalCollection
, TransferTransactionCollection
public interface StripeCollectionInterface<T>
Modifier and Type | Method | Description |
---|---|---|
java.util.List<T> |
getData() |
|
java.lang.Boolean |
getHasMore() |
|
RequestOptions |
getRequestOptions() |
Get request options that were used to fetch the collection.
|
java.util.Map<java.lang.String,java.lang.Object> |
getRequestParams() |
Get request parameters that were used to fetch the collection.
|
java.lang.Long |
getTotalCount() |
|
java.lang.String |
getUrl() |
|
void |
setRequestOptions(RequestOptions requestOptions) |
Set request options that were used to fetch the collection.
|
void |
setRequestParams(java.util.Map<java.lang.String,java.lang.Object> requestParams) |
Set request parameters that were used to fetch the collection.
|
java.util.List<T> getData()
java.lang.Boolean getHasMore()
java.lang.Long getTotalCount()
java.lang.String getUrl()
RequestOptions getRequestOptions()
java.util.Map<java.lang.String,java.lang.Object> getRequestParams()
void setRequestOptions(RequestOptions requestOptions)
void setRequestParams(java.util.Map<java.lang.String,java.lang.Object> requestParams)