Class FinancialAddressService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.v2.testhelpers.FinancialAddressService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncredit
(String id, FinancialAddressCreditParams params) Simulate crediting a FinancialAddress in a Sandbox environment.credit
(String id, FinancialAddressCreditParams params, RequestOptions options) Simulate crediting a FinancialAddress in a Sandbox environment.Generates microdeposits for a FinancialAddress in a Sandbox environment.generateMicrodeposits
(String id, RequestOptions options) Generates microdeposits for a FinancialAddress in a Sandbox environment.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
FinancialAddressService
-
-
Method Details
-
credit
public FinancialAddressCreditSimulation credit(String id, FinancialAddressCreditParams params) throws StripeException, FeatureNotEnabledException Simulate crediting a FinancialAddress in a Sandbox environment. This can be used to add virtual funds and increase your balance for testing. -
credit
public FinancialAddressCreditSimulation credit(String id, FinancialAddressCreditParams params, RequestOptions options) throws StripeException, FeatureNotEnabledException Simulate crediting a FinancialAddress in a Sandbox environment. This can be used to add virtual funds and increase your balance for testing. -
generateMicrodeposits
public FinancialAddressGeneratedMicrodeposits generateMicrodeposits(String id) throws StripeException, FeatureNotEnabledException Generates microdeposits for a FinancialAddress in a Sandbox environment. -
generateMicrodeposits
public FinancialAddressGeneratedMicrodeposits generateMicrodeposits(String id, RequestOptions options) throws StripeException, FeatureNotEnabledException Generates microdeposits for a FinancialAddress in a Sandbox environment.
-