Package com.stripe.service
Class CustomerFundingInstructionsService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.CustomerFundingInstructionsService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(String customer, CustomerFundingInstructionsCreateParams params) Retrieve funding instructions for a customer cash balance.create
(String customer, CustomerFundingInstructionsCreateParams params, RequestOptions options) Retrieve funding instructions for a customer cash balance.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
CustomerFundingInstructionsService
-
-
Method Details
-
create
public FundingInstructions create(String customer, CustomerFundingInstructionsCreateParams params) throws StripeException Retrieve funding instructions for a customer cash balance. If funding instructions do not yet exist for the customer, new funding instructions will be created. If funding instructions have already been created for a given customer, the same funding instructions will be retrieved. In other words, we will return the same funding instructions each time.- Throws:
StripeException
-
create
public FundingInstructions create(String customer, CustomerFundingInstructionsCreateParams params, RequestOptions options) throws StripeException Retrieve funding instructions for a customer cash balance. If funding instructions do not yet exist for the customer, new funding instructions will be created. If funding instructions have already been created for a given customer, the same funding instructions will be retrieved. In other words, we will return the same funding instructions each time.- Throws:
StripeException
-