Package com.stripe.service.treasury
Class ReceivedDebitService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.treasury.ReceivedDebitService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlist
(ReceivedDebitListParams params) Returns a list of ReceivedDebits.list
(ReceivedDebitListParams params, RequestOptions options) Returns a list of ReceivedDebits.Retrieves the details of an existing ReceivedDebit by passing the unique ReceivedDebit ID from the ReceivedDebit list.retrieve
(String id, RequestOptions options) Retrieves the details of an existing ReceivedDebit by passing the unique ReceivedDebit ID from the ReceivedDebit list.retrieve
(String id, ReceivedDebitRetrieveParams params) Retrieves the details of an existing ReceivedDebit by passing the unique ReceivedDebit ID from the ReceivedDebit list.retrieve
(String id, ReceivedDebitRetrieveParams params, RequestOptions options) Retrieves the details of an existing ReceivedDebit by passing the unique ReceivedDebit ID from the ReceivedDebit list.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
ReceivedDebitService
-
-
Method Details
-
list
Returns a list of ReceivedDebits.- Throws:
StripeException
-
list
public StripeCollection<ReceivedDebit> list(ReceivedDebitListParams params, RequestOptions options) throws StripeException Returns a list of ReceivedDebits.- Throws:
StripeException
-
retrieve
Retrieves the details of an existing ReceivedDebit by passing the unique ReceivedDebit ID from the ReceivedDebit list.- Throws:
StripeException
-
retrieve
Retrieves the details of an existing ReceivedDebit by passing the unique ReceivedDebit ID from the ReceivedDebit list.- Throws:
StripeException
-
retrieve
Retrieves the details of an existing ReceivedDebit by passing the unique ReceivedDebit ID from the ReceivedDebit list.- Throws:
StripeException
-
retrieve
public ReceivedDebit retrieve(String id, ReceivedDebitRetrieveParams params, RequestOptions options) throws StripeException Retrieves the details of an existing ReceivedDebit by passing the unique ReceivedDebit ID from the ReceivedDebit list.- Throws:
StripeException
-