Documentation
¶
Overview ¶
Package inferredbalance 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 inferred balances.
func List ¶
func List(params *stripe.FinancialConnectionsInferredBalanceListParams) *Iter
List returns a list of financial connections inferred balances.
func (*Iter) FinancialConnectionsInferredBalance ¶
func (i *Iter) FinancialConnectionsInferredBalance() *stripe.FinancialConnectionsInferredBalance
FinancialConnectionsInferredBalance returns the financial connections inferred balance which the iterator is currently pointing to.
func (*Iter) FinancialConnectionsInferredBalanceList ¶
func (i *Iter) FinancialConnectionsInferredBalanceList() *stripe.FinancialConnectionsInferredBalanceList
FinancialConnectionsInferredBalanceList returns the current list object which the iterator is currently using. List objects will change as new API calls are made to continue pagination.