balance

package
v18.13.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Nov 15, 2016 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

Package balance provides the /balance APIs

Index

Constants

View Source
const (
	TxAvailable stripe.TransactionStatus = "available"
	TxPending   stripe.TransactionStatus = "pending"

	TxCharge         stripe.TransactionType = "charge"
	TxRefund         stripe.TransactionType = "refund"
	TxAdjust         stripe.TransactionType = "adjustment"
	TxAppFee         stripe.TransactionType = "application_fee"
	TxFeeRefund      stripe.TransactionType = "application_fee_refund"
	TxTransfer       stripe.TransactionType = "transfer"
	TxTransferCancel stripe.TransactionType = "transfer_cancel"
	TxTransferFail   stripe.TransactionType = "transfer_failure"
)

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 GetTx

func GetTx(id string, params *stripe.TxParams) (*stripe.Transaction, error)

GetTx 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) GetTx

func (c Client) GetTx(id string, params *stripe.TxParams) (*stripe.Transaction, error)

func (Client) List

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

type Iter

type Iter struct {
	*stripe.Iter
}

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

func List

func List(params *stripe.TxListParams) *Iter

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

func (*Iter) Transaction

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

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

Jump to

Keyboard shortcuts

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