public interface StripeCollectionInterface<T>
Modifier and Type | Method and Description |
---|---|
List<T> |
getData() |
Boolean |
getHasMore() |
RequestOptions |
getRequestOptions()
Get request options that were used to fetch the collection.
|
Map<String,Object> |
getRequestParams()
Get request parameters that were used to fetch the collection.
|
Integer |
getTotalCount() |
String |
getURL() |
void |
setRequestOptions(RequestOptions requestOptions)
Set request options that were used to fetch the collection.
|
void |
setRequestParams(Map<String,Object> requestParams)
Set request parameters that were used to fetch the collection.
|
Boolean getHasMore()
Integer getTotalCount()
String getURL()
RequestOptions getRequestOptions()
Map<String,Object> getRequestParams()
void setRequestOptions(RequestOptions requestOptions)
Copyright © 2017 Stripe. All rights reserved.