bitcointransaction

package
v15.1.0+incompatible Latest Latest
Warning

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

Go to latest
Published: May 26, 2016 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

Package bitcointransaction provides the /bitcoin/transactions APIs.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	B   stripe.Backend
	Key string
}

Client is used to invoke /bitcoin/receivers/:receiver_id/transactions APIs.

func (Client) List

type Iter

type Iter struct {
	*stripe.Iter
}

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

func List

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

func (*Iter) BitcoinTransaction

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

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

Jump to

Keyboard shortcuts

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