Package com.stripe.service
Class CustomerCashBalanceTransactionService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.CustomerCashBalanceTransactionService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns a list of transactions that modified the customer’s cash balance.list
(String customer, RequestOptions options) Returns a list of transactions that modified the customer’s cash balance.list
(String customer, CustomerCashBalanceTransactionListParams params) Returns a list of transactions that modified the customer’s cash balance.list
(String customer, CustomerCashBalanceTransactionListParams 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 customer, String transaction, RequestOptions options) Retrieves a specific cash balance transaction, which updated the customer’s cash balance.retrieve
(String customer, String transaction, CustomerCashBalanceTransactionRetrieveParams params) Retrieves a specific cash balance transaction, which updated the customer’s cash balance.retrieve
(String customer, String transaction, CustomerCashBalanceTransactionRetrieveParams params, RequestOptions options) Retrieves a specific cash balance transaction, which updated the customer’s cash balance.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
CustomerCashBalanceTransactionService
-
-
Method Details
-
list
public StripeCollection<CustomerCashBalanceTransaction> list(String customer, CustomerCashBalanceTransactionListParams params) throws StripeException Returns a list of transactions that modified the customer’s cash balance.- Throws:
StripeException
-
list
public StripeCollection<CustomerCashBalanceTransaction> list(String customer, RequestOptions options) throws StripeException Returns a list of transactions that modified the customer’s cash balance.- Throws:
StripeException
-
list
public StripeCollection<CustomerCashBalanceTransaction> list(String customer) throws StripeException Returns a list of transactions that modified the customer’s cash balance.- Throws:
StripeException
-
list
public StripeCollection<CustomerCashBalanceTransaction> list(String customer, CustomerCashBalanceTransactionListParams params, RequestOptions options) throws StripeException Returns a list of transactions that modified the customer’s cash balance.- Throws:
StripeException
-
retrieve
public CustomerCashBalanceTransaction retrieve(String customer, String transaction, CustomerCashBalanceTransactionRetrieveParams params) throws StripeException Retrieves a specific cash balance transaction, which updated the customer’s cash balance.- Throws:
StripeException
-
retrieve
public CustomerCashBalanceTransaction retrieve(String customer, String transaction, RequestOptions options) throws StripeException Retrieves a specific cash balance transaction, which updated the customer’s cash balance.- Throws:
StripeException
-
retrieve
public CustomerCashBalanceTransaction retrieve(String customer, String transaction) throws StripeException Retrieves a specific cash balance transaction, which updated the customer’s cash balance.- Throws:
StripeException
-
retrieve
public CustomerCashBalanceTransaction retrieve(String customer, String transaction, CustomerCashBalanceTransactionRetrieveParams params, RequestOptions options) throws StripeException Retrieves a specific cash balance transaction, which updated the customer’s cash balance.- Throws:
StripeException
-