balance

package
v34.3.0 Latest Latest
Warning

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

Go to latest
Published: Jun 14, 2018 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

Package balance provides the /balance APIs

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Get

func Get(params *stripe.BalanceParams) (*stripe.Balance, error)

Get returns the details of your balance. For more details see https://stripe.com/docs/api#retrieve_balance.

func GetBalanceTransaction

func GetBalanceTransaction(id string, params *stripe.BalanceTransactionParams) (*stripe.BalanceTransaction, error)

GetBalanceTransaction returns the details of a balance transaction. For more details see https://stripe.com/docs/api#retrieve_balance_transaction.

Types

type Client

type Client struct {
	B   stripe.Backend
	Key string
}

Client is used to invoke /balance and transaction-related APIs.

func (Client) Get

func (c Client) Get(params *stripe.BalanceParams) (*stripe.Balance, error)

func (Client) GetBalanceTransaction

func (c Client) GetBalanceTransaction(id string, params *stripe.BalanceTransactionParams) (*stripe.BalanceTransaction, error)

func (Client) List

func (c Client) List(listParams *stripe.BalanceTransactionListParams) *Iter

type Iter

type Iter struct {
	*stripe.Iter
}

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

func List

List returns a list of balance transactions. For more details see https://stripe.com/docs/api#balance_history.

func (*Iter) BalanceTransaction

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

Charge returns the most recent BalanceTransaction visited by a call to Next.

Jump to

Keyboard shortcuts

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