Class ReceivedDebitService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.v2.moneymanagement.ReceivedDebitService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlist()
Retrieves a list of ReceivedDebits, given the selected filters.list
(RequestOptions options) Retrieves a list of ReceivedDebits, given the selected filters.list
(ReceivedDebitListParams params) Retrieves a list of ReceivedDebits, given the selected filters.list
(ReceivedDebitListParams params, RequestOptions options) Retrieves a list of ReceivedDebits, given the selected filters.Retrieves a single ReceivedDebit by ID.retrieve
(String id, RequestOptions options) Retrieves a single ReceivedDebit by ID.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
ReceivedDebitService
-
-
Method Details
-
list
Retrieves a list of ReceivedDebits, given the selected filters.- Throws:
StripeException
-
list
Retrieves a list of ReceivedDebits, given the selected filters.- Throws:
StripeException
-
list
Retrieves a list of ReceivedDebits, given the selected filters.- Throws:
StripeException
-
list
public StripeCollection<ReceivedDebit> list(ReceivedDebitListParams params, RequestOptions options) throws StripeException Retrieves a list of ReceivedDebits, given the selected filters.- Throws:
StripeException
-
retrieve
Retrieves a single ReceivedDebit by ID.- Throws:
StripeException
-
retrieve
Retrieves a single ReceivedDebit by ID.- Throws:
StripeException
-