Class MoneyManagementService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.v2.testhelpers.MoneyManagementService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates a RecipientVerification with a specified match result for testing purposes in a Sandbox environment.Creates a RecipientVerification with a specified match result for testing purposes in a Sandbox environment.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
MoneyManagementService
-
-
Method Details
-
recipientVerifications
public RecipientVerification recipientVerifications(MoneyManagementRecipientVerificationsParams params) throws StripeException Creates a RecipientVerification with a specified match result for testing purposes in a Sandbox environment.- Throws:
StripeException
-
recipientVerifications
public RecipientVerification recipientVerifications(MoneyManagementRecipientVerificationsParams params, RequestOptions options) throws StripeException Creates a RecipientVerification with a specified match result for testing purposes in a Sandbox environment.- Throws:
StripeException
-