bitcoinreceiver

package
v36.1.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Jul 11, 2018 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

Package bitcoinreceiver provides the /bitcoin/receivers APIs.

Note that this entire package is deprecated. Please use the new sources API instead.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Get

Get returns the details of a bitcoin receiver.

func New

New creates a new bitcoin receiver.

func Update

Update updates a bitcoin receiver's properties.

Types

type Client

type Client struct {
	B   stripe.Backend
	Key string
}

Client is used to invoke /bitcoin/receivers APIs.

func (Client) Get

Get returns the details of a bitcoin receiver.

func (Client) List

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

List returns a list of bitcoin receivers.

func (Client) New

New creates a new bitcoin receiver.

func (Client) Update

Update updates a bitcoin receiver's properties.

type Iter

type Iter struct {
	*stripe.Iter
}

Iter is an iterator for bitcoin receivers.

func List

func List(params *stripe.BitcoinReceiverListParams) *Iter

List returns a list of bitcoin receivers.

func (*Iter) BitcoinReceiver

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

BitcoinReceiver returns the bitcoin receiver which the iterator is currently pointing to.

Jump to

Keyboard shortcuts

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