Documentation ¶
Overview ¶
Package sourcetransaction provides the /source/transactions APIs.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Iter ¶
Iter is an iterator for lists of SourceTransactions. The embedded Iter carries methods with it; see its documentation for details.
func List ¶
func List(params *stripe.SourceTransactionListParams) *Iter
List returns a list of source transactions. For more details see https://stripe.com/docs/api#retrieve_source.
func (*Iter) SourceTransaction ¶
func (i *Iter) SourceTransaction() *stripe.SourceTransaction
SourceTransaction returns the most recent SourceTransaction visited by a call to Next.
Click to show internal directories.
Click to hide internal directories.