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 ¶
Types ¶
type Client ¶
Client is used to invoke /bitcoin/receivers APIs.
type 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.
Click to show internal directories.
Click to hide internal directories.