Package com.stripe.service.testhelpers
Class ConfirmationTokenService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.testhelpers.ConfirmationTokenService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreate()
Creates a test mode Confirmation Token server side for your integration tests.create
(RequestOptions options) Creates a test mode Confirmation Token server side for your integration tests.create
(ConfirmationTokenCreateParams params) Creates a test mode Confirmation Token server side for your integration tests.create
(ConfirmationTokenCreateParams params, RequestOptions options) Creates a test mode Confirmation Token server side for your integration tests.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
ConfirmationTokenService
-
-
Method Details
-
create
Creates a test mode Confirmation Token server side for your integration tests.- Throws:
StripeException
-
create
Creates a test mode Confirmation Token server side for your integration tests.- Throws:
StripeException
-
create
Creates a test mode Confirmation Token server side for your integration tests.- Throws:
StripeException
-
create
public ConfirmationToken create(ConfirmationTokenCreateParams params, RequestOptions options) throws StripeException Creates a test mode Confirmation Token server side for your integration tests.- Throws:
StripeException
-