Package com.stripe.service.reserve
Class PlanService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.reserve.PlanService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRetrieve a ReservePlan.retrieve(String id, RequestOptions options) Retrieve a ReservePlan.retrieve(String id, PlanRetrieveParams params) Retrieve a ReservePlan.retrieve(String id, PlanRetrieveParams params, RequestOptions options) Retrieve a ReservePlan.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
PlanService
-
-
Method Details
-
retrieve
Retrieve a ReservePlan.- Throws:
StripeException
-
retrieve
Retrieve a ReservePlan.- Throws:
StripeException
-
retrieve
Retrieve a ReservePlan.- Throws:
StripeException
-
retrieve
public Plan retrieve(String id, PlanRetrieveParams params, RequestOptions options) throws StripeException Retrieve a ReservePlan.- Throws:
StripeException
-