Documentation ¶
Overview ¶
Package transfer provides the /transfers APIs
Index ¶
- func Get(id string, params *stripe.TransferParams) (*stripe.Transfer, error)
- func New(params *stripe.TransferParams) (*stripe.Transfer, error)
- func Update(id string, params *stripe.TransferParams) (*stripe.Transfer, error)
- type Client
- func (c Client) Get(id string, params *stripe.TransferParams) (*stripe.Transfer, error)
- func (c Client) List(listParams *stripe.TransferListParams) *Iter
- func (c Client) New(params *stripe.TransferParams) (*stripe.Transfer, error)
- func (c Client) Update(id string, params *stripe.TransferParams) (*stripe.Transfer, error)
- type Iter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
Client is used to invoke /transfers APIs.
func (Client) List ¶
func (c Client) List(listParams *stripe.TransferListParams) *Iter
List returns a list of transfers.
type Iter ¶
Iter is an iterator for transfers.
func (*Iter) TransferList ¶
func (i *Iter) TransferList() *stripe.TransferList
TransferList returns the current list object which the iterator is currently using. List objects will change as new API calls are made to continue pagination.
Click to show internal directories.
Click to hide internal directories.