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