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