Class ActionService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.v2.billing.intents.ActionService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList Billing Intent Actions.list
(String intentId, RequestOptions options) List Billing Intent Actions.list
(String intentId, ActionListParams params) List Billing Intent Actions.list
(String intentId, ActionListParams params, RequestOptions options) List Billing Intent Actions.Retrieve a Billing Intent Action.retrieve
(String intentId, String id, RequestOptions options) Retrieve a Billing Intent Action.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
ActionService
-
-
Method Details
-
list
public StripeCollection<IntentAction> list(String intentId, ActionListParams params) throws StripeException List Billing Intent Actions.- Throws:
StripeException
-
list
public StripeCollection<IntentAction> list(String intentId, RequestOptions options) throws StripeException List Billing Intent Actions.- Throws:
StripeException
-
list
List Billing Intent Actions.- Throws:
StripeException
-
list
public StripeCollection<IntentAction> list(String intentId, ActionListParams params, RequestOptions options) throws StripeException List Billing Intent Actions.- Throws:
StripeException
-
retrieve
Retrieve a Billing Intent Action.- Throws:
StripeException
-
retrieve
public IntentAction retrieve(String intentId, String id, RequestOptions options) throws StripeException Retrieve a Billing Intent Action.- Throws:
StripeException
-