Documentation ¶
Overview ¶
Package accountinferredbalance provides the /financial_connections/accounts/{account}/inferred_balances APIs
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
Client is used to invoke /financial_connections/accounts/{account}/inferred_balances APIs.
type Iter ¶
Iter is an iterator for financial connections account inferred balances.
func List ¶
func List(params *stripe.FinancialConnectionsAccountInferredBalanceListParams) *Iter
List returns a list of financial connections account inferred balances.
func (*Iter) FinancialConnectionsAccountInferredBalance ¶
func (i *Iter) FinancialConnectionsAccountInferredBalance() *stripe.FinancialConnectionsAccountInferredBalance
FinancialConnectionsAccountInferredBalance returns the financial connections account inferred balance which the iterator is currently pointing to.
func (*Iter) FinancialConnectionsAccountInferredBalanceList ¶
func (i *Iter) FinancialConnectionsAccountInferredBalanceList() *stripe.FinancialConnectionsAccountInferredBalanceList
FinancialConnectionsAccountInferredBalanceList returns the current list object which the iterator is currently using. List objects will change as new API calls are made to continue pagination.