Package com.stripe.service.treasury
Class TransactionService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.treasury.TransactionService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlist
(TransactionListParams params) Retrieves a list of Transaction objects.list
(TransactionListParams params, RequestOptions options) Retrieves a list of Transaction objects.Retrieves the details of an existing Transaction.retrieve
(String id, RequestOptions options) Retrieves the details of an existing Transaction.retrieve
(String id, TransactionRetrieveParams params) Retrieves the details of an existing Transaction.retrieve
(String id, TransactionRetrieveParams params, RequestOptions options) Retrieves the details of an existing Transaction.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
TransactionService
-
-
Method Details
-
list
Retrieves a list of Transaction objects.- Throws:
StripeException
-
list
public StripeCollection<Transaction> list(TransactionListParams params, RequestOptions options) throws StripeException Retrieves a list of Transaction objects.- Throws:
StripeException
-
retrieve
Retrieves the details of an existing Transaction.- Throws:
StripeException
-
retrieve
Retrieves the details of an existing Transaction.- Throws:
StripeException
-
retrieve
Retrieves the details of an existing Transaction.- Throws:
StripeException
-
retrieve
public Transaction retrieve(String id, TransactionRetrieveParams params, RequestOptions options) throws StripeException Retrieves the details of an existing Transaction.- Throws:
StripeException
-