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