account

package
v79.8.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 15, 2024 License: MIT Imports: 3 Imported by: 1

Documentation

Overview

Package account provides the /financial_connections/accounts APIs

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Disconnect

Disables your access to a Financial Connections Account. You will no longer be able to access data associated with the account (e.g. balances, transactions).

func GetByID

Retrieves the details of an Financial Connections Account.

func Refresh

Refreshes the data associated with a Financial Connections Account.

func Subscribe

Subscribes to periodic refreshes of data associated with a Financial Connections Account.

func Unsubscribe

Unsubscribes from periodic refreshes of data associated with a Financial Connections Account.

Types

type Client

type Client struct {
	B   stripe.Backend
	Key string
}

Client is used to invoke /financial_connections/accounts APIs.

func (Client) Disconnect

Disables your access to a Financial Connections Account. You will no longer be able to access data associated with the account (e.g. balances, transactions).

func (Client) GetByID

Retrieves the details of an Financial Connections Account.

func (Client) List

Returns a list of Financial Connections Account objects.

func (Client) ListOwners

Lists all owners for a given Account

func (Client) Refresh

Refreshes the data associated with a Financial Connections Account.

func (Client) Subscribe

Subscribes to periodic refreshes of data associated with a Financial Connections Account.

func (Client) Unsubscribe

Unsubscribes from periodic refreshes of data associated with a Financial Connections Account.

type Iter

type Iter struct {
	*stripe.Iter
}

Iter is an iterator for financial connections accounts.

func List

Returns a list of Financial Connections Account objects.

func (*Iter) FinancialConnectionsAccount

func (i *Iter) FinancialConnectionsAccount() *stripe.FinancialConnectionsAccount

FinancialConnectionsAccount returns the financial connections account which the iterator is currently pointing to.

func (*Iter) FinancialConnectionsAccountList

func (i *Iter) FinancialConnectionsAccountList() *stripe.FinancialConnectionsAccountList

FinancialConnectionsAccountList returns the current list object which the iterator is currently using. List objects will change as new API calls are made to continue pagination.

type OwnerIter

type OwnerIter struct {
	*stripe.Iter
}

OwnerIter is an iterator for financial connections account owners.

func ListOwners

Lists all owners for a given Account

func (*OwnerIter) FinancialConnectionsAccountOwner

func (i *OwnerIter) FinancialConnectionsAccountOwner() *stripe.FinancialConnectionsAccountOwner

FinancialConnectionsAccountOwner returns the financial connections account owner which the iterator is currently pointing to.

func (*OwnerIter) FinancialConnectionsAccountOwnerList

func (i *OwnerIter) FinancialConnectionsAccountOwnerList() *stripe.FinancialConnectionsAccountOwnerList

FinancialConnectionsAccountOwnerList returns the current list object which the iterator is currently using. List objects will change as new API calls are made to continue pagination.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL