Class AccountInferredBalanceService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.financialconnections.AccountInferredBalanceService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionLists the recorded inferred balances for a Financial ConnectionsAccount
.list
(String account, RequestOptions options) Lists the recorded inferred balances for a Financial ConnectionsAccount
.list
(String account, AccountInferredBalanceListParams params) Lists the recorded inferred balances for a Financial ConnectionsAccount
.list
(String account, AccountInferredBalanceListParams params, RequestOptions options) Lists the recorded inferred balances for a Financial ConnectionsAccount
.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
AccountInferredBalanceService
-
-
Method Details
-
list
public StripeCollection<AccountInferredBalance> list(String account, AccountInferredBalanceListParams params) throws StripeException Lists the recorded inferred balances for a Financial ConnectionsAccount
.- Throws:
StripeException
-
list
public StripeCollection<AccountInferredBalance> list(String account, RequestOptions options) throws StripeException Lists the recorded inferred balances for a Financial ConnectionsAccount
.- Throws:
StripeException
-
list
Lists the recorded inferred balances for a Financial ConnectionsAccount
.- Throws:
StripeException
-
list
public StripeCollection<AccountInferredBalance> list(String account, AccountInferredBalanceListParams params, RequestOptions options) throws StripeException Lists the recorded inferred balances for a Financial ConnectionsAccount
.- Throws:
StripeException
-