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.
func (*Iter) BitcoinReceiverList ¶ added in v71.44.0
func (i *Iter) BitcoinReceiverList() *stripe.BitcoinReceiverList
BitcoinReceiverList returns the current list object which the iterator is currently using. List objects will change as new API calls are made to continue pagination.
Click to show internal directories.
Click to hide internal directories.