bankaccount

package
v13.12.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Apr 28, 2016 License: MIT Imports: 5 Imported by: 0

Documentation

Overview

Package bankaccount provides the /bank_accounts APIs

Index

Constants

View Source
const (
	NewAccount       stripe.BankAccountStatus = "new"
	VerifiedAccount  stripe.BankAccountStatus = "verified"
	ValidatedAccount stripe.BankAccountStatus = "validated"
	ErroredAccount   stripe.BankAccountStatus = "errored"
)

Variables

This section is empty.

Functions

func Del

Del removes a bank account.

func Get

Get returns the details of a bank account.

func New

New POSTs a new bank account.

func Update

func Update(id string, params *stripe.BankAccountParams) (*stripe.BankAccount, error)

Update updates a bank account.

Types

type Client

type Client struct {
	B   stripe.Backend
	Key string
}

Client is used to invoke /bank_accounts APIs.

func (Client) Del

func (c Client) Del(id string, params *stripe.BankAccountParams) (*stripe.BankAccount, error)

func (Client) Get

func (c Client) Get(id string, params *stripe.BankAccountParams) (*stripe.BankAccount, error)

func (Client) List

func (c Client) List(params *stripe.BankAccountListParams) *Iter

func (Client) New

func (Client) Update

func (c Client) Update(id string, params *stripe.BankAccountParams) (*stripe.BankAccount, error)

type Iter

type Iter struct {
	*stripe.Iter
}

Iter is an iterator for lists of BankAccount. The embedded Iter carries methods with it; see its documentation for details.

func List

func List(params *stripe.BankAccountListParams) *Iter

List returns a list of bank accounts.

func (*Iter) BankAccount

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

BankAccount returns the most recent BankAccount visited by a call to Next.

Jump to

Keyboard shortcuts

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