Package com.stripe.service.reserve
Class ReleaseService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.reserve.ReleaseService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlist()Returns a list of ReserveReleases previously created.list(RequestOptions options) Returns a list of ReserveReleases previously created.list(ReleaseListParams params) Returns a list of ReserveReleases previously created.list(ReleaseListParams params, RequestOptions options) Returns a list of ReserveReleases previously created.Retrieve a ReserveRelease.retrieve(String id, RequestOptions options) Retrieve a ReserveRelease.retrieve(String id, ReleaseRetrieveParams params) Retrieve a ReserveRelease.retrieve(String id, ReleaseRetrieveParams params, RequestOptions options) Retrieve a ReserveRelease.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
ReleaseService
-
-
Method Details
-
list
Returns a list of ReserveReleases previously created. The ReserveReleases are returned in sorted order, with the most recent ReserveReleases appearing first.- Throws:
StripeException
-
list
Returns a list of ReserveReleases previously created. The ReserveReleases are returned in sorted order, with the most recent ReserveReleases appearing first.- Throws:
StripeException
-
list
Returns a list of ReserveReleases previously created. The ReserveReleases are returned in sorted order, with the most recent ReserveReleases appearing first.- Throws:
StripeException
-
list
public StripeCollection<Release> list(ReleaseListParams params, RequestOptions options) throws StripeException Returns a list of ReserveReleases previously created. The ReserveReleases are returned in sorted order, with the most recent ReserveReleases appearing first.- Throws:
StripeException
-
retrieve
Retrieve a ReserveRelease.- Throws:
StripeException
-
retrieve
Retrieve a ReserveRelease.- Throws:
StripeException
-
retrieve
Retrieve a ReserveRelease.- Throws:
StripeException
-
retrieve
public Release retrieve(String id, ReleaseRetrieveParams params, RequestOptions options) throws StripeException Retrieve a ReserveRelease.- Throws:
StripeException
-