Package com.stripe.model
Class ConfirmationToken.TestHelpers
java.lang.Object
com.stripe.model.ConfirmationToken.TestHelpers
- Enclosing class:
- ConfirmationToken
-
Method Summary
Modifier and TypeMethodDescriptionstatic ConfirmationTokencreate(ConfirmationTokenCreateParams params) Creates a test mode Confirmation Token server side for your integration tests.static ConfirmationTokencreate(ConfirmationTokenCreateParams params, RequestOptions options) Creates a test mode Confirmation Token server side for your integration tests.static ConfirmationTokenCreates a test mode Confirmation Token server side for your integration tests.static ConfirmationTokencreate(Map<String, Object> params, RequestOptions options) Creates a test mode Confirmation Token server side for your integration tests.
-
Method Details
-
create
Creates a test mode Confirmation Token server side for your integration tests.- Throws:
StripeException
-
create
public static ConfirmationToken create(Map<String, Object> params, RequestOptions options) throws StripeExceptionCreates 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 static ConfirmationToken create(ConfirmationTokenCreateParams params, RequestOptions options) throws StripeException Creates a test mode Confirmation Token server side for your integration tests.- Throws:
StripeException
-