Class TransactionService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.v2.moneymanagement.TransactionService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlist()
Returns a list of Transactions that match the provided filters.list
(RequestOptions options) Returns a list of Transactions that match the provided filters.list
(TransactionListParams params) Returns a list of Transactions that match the provided filters.list
(TransactionListParams params, RequestOptions options) Returns a list of Transactions that match the provided filters.Retrieves the details of a Transaction by ID.retrieve
(String id, RequestOptions options) Retrieves the details of a Transaction by ID.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
TransactionService
-
-
Method Details
-
list
Returns a list of Transactions that match the provided filters.- Throws:
StripeException
-
list
Returns a list of Transactions that match the provided filters.- Throws:
StripeException
-
list
Returns a list of Transactions that match the provided filters.- Throws:
StripeException
-
list
public StripeCollection<Transaction> list(TransactionListParams params, RequestOptions options) throws StripeException Returns a list of Transactions that match the provided filters.- Throws:
StripeException
-
retrieve
Retrieves the details of a Transaction by ID.- Throws:
StripeException
-
retrieve
Retrieves the details of a Transaction by ID.- Throws:
StripeException
-