Package com.stripe.model
Class CustomerCashBalanceTransactionCollection
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.StripeCollection<CustomerCashBalanceTransaction>
com.stripe.model.CustomerCashBalanceTransactionCollection
- All Implemented Interfaces:
StripeActiveObject
,StripeCollectionInterface<CustomerCashBalanceTransaction>
,StripeObjectInterface
public class CustomerCashBalanceTransactionCollection
extends StripeCollection<CustomerCashBalanceTransaction>
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns a list of transactions that modified the customer’s cash balance.list
(CustomerCashBalanceTransactionCollectionListParams params, RequestOptions options) Returns a list of transactions that modified the customer’s cash balance.Returns a list of transactions that modified the customer’s cash balance.list
(Map<String, Object> params, RequestOptions options) Returns a list of transactions that modified the customer’s cash balance.Retrieves a specific cash balance transaction, which updated the customer’s cash balance.retrieve
(String id, RequestOptions options) Retrieves a specific cash balance transaction, which updated the customer’s cash balance.retrieve
(String id, CustomerCashBalanceTransactionCollectionRetrieveParams params, RequestOptions options) Retrieves a specific cash balance transaction, which updated the customer’s cash balance.Retrieves a specific cash balance transaction, which updated the customer’s cash balance.Methods inherited from class com.stripe.model.StripeCollection
autoPagingIterable, autoPagingIterable, autoPagingIterable, canEqual, equals, getData, getHasMore, getObject, getPageTypeToken, getRequestOptions, getRequestParams, getResponseGetter, getUrl, hashCode, setData, setHasMore, setObject, setPageTypeToken, setRequestOptions, setRequestParams, setResponseGetter, setUrl
Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, 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.StripeActiveObject
trySetResponseGetter
Methods inherited from interface com.stripe.model.StripeObjectInterface
getLastResponse, setLastResponse
-
Constructor Details
-
CustomerCashBalanceTransactionCollection
public CustomerCashBalanceTransactionCollection()
-
-
Method Details
-
list
public CustomerCashBalanceTransactionCollection list(Map<String, Object> params) throws StripeExceptionReturns a list of transactions that modified the customer’s cash balance.- Throws:
StripeException
-
list
public CustomerCashBalanceTransactionCollection list(Map<String, Object> params, RequestOptions options) throws StripeExceptionReturns a list of transactions that modified the customer’s cash balance.- Throws:
StripeException
-
list
public CustomerCashBalanceTransactionCollection list(CustomerCashBalanceTransactionCollectionListParams params) throws StripeException Returns a list of transactions that modified the customer’s cash balance.- Throws:
StripeException
-
list
public CustomerCashBalanceTransactionCollection list(CustomerCashBalanceTransactionCollectionListParams params, RequestOptions options) throws StripeException Returns a list of transactions that modified the customer’s cash balance.- Throws:
StripeException
-
retrieve
Retrieves a specific cash balance transaction, which updated the customer’s cash balance.- Throws:
StripeException
-
retrieve
public CustomerCashBalanceTransaction retrieve(String id, RequestOptions options) throws StripeException Retrieves a specific cash balance transaction, which updated the customer’s cash balance.- Throws:
StripeException
-
retrieve
public CustomerCashBalanceTransaction retrieve(String id, Map<String, Object> params, RequestOptions options) throws StripeExceptionRetrieves a specific cash balance transaction, which updated the customer’s cash balance.- Throws:
StripeException
-
retrieve
public CustomerCashBalanceTransaction retrieve(String id, CustomerCashBalanceTransactionCollectionRetrieveParams params, RequestOptions options) throws StripeException Retrieves a specific cash balance transaction, which updated the customer’s cash balance.- Throws:
StripeException
-