Package com.stripe.service
Class SetupAttemptService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.SetupAttemptService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlist
(SetupAttemptListParams params) Returns a list of SetupAttempts that associate with a provided SetupIntent.list
(SetupAttemptListParams params, RequestOptions options) Returns a list of SetupAttempts that associate with a provided SetupIntent.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
SetupAttemptService
-
-
Method Details
-
list
Returns a list of SetupAttempts that associate with a provided SetupIntent.- Throws:
StripeException
-
list
public StripeCollection<SetupAttempt> list(SetupAttemptListParams params, RequestOptions options) throws StripeException Returns a list of SetupAttempts that associate with a provided SetupIntent.- Throws:
StripeException
-