Package com.stripe.service.v2.billing
Class ServiceActionService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.v2.billing.ServiceActionService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate
(ActionServiceCreateParams params) Create a Service Action object.create
(ActionServiceCreateParams params, RequestOptions options) Create a Service Action object.Retrieve a Service Action object.retrieve
(String id, RequestOptions options) Retrieve a Service Action object.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
ServiceActionService
-
-
Method Details
-
create
Create a Service Action object.- Throws:
StripeException
-
create
public ServiceAction create(ActionServiceCreateParams params, RequestOptions options) throws StripeException Create a Service Action object.- Throws:
StripeException
-
retrieve
Retrieve a Service Action object.- Throws:
StripeException
-
retrieve
Retrieve a Service Action object.- Throws:
StripeException
-