Documentation ¶
Overview ¶
Package exchangerate provides the /exchange_rates APIs
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Iter ¶
Iter is an iterator for lists of ExchangeRates. The embedded Iter carries methods with it; see its documentation for details.
func List ¶
func List(params *stripe.ExchangeRateListParams) *Iter
List lists available ExchangeRates.
func (*Iter) ExchangeRate ¶
func (i *Iter) ExchangeRate() *stripe.ExchangeRate
ExchangeRate returns the most recent ExchangeRate visited by a call to Next.
Click to show internal directories.
Click to hide internal directories.