Documentation ¶
Overview ¶
Package countryspec provides the /country_specs APIs
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Get ¶
func Get(country string) (*stripe.CountrySpec, error)
Get returns a CountrySpec for a given country code For more details see https://stripe.com/docs/api/ruby#retrieve_country_spec
Types ¶
type Iter ¶
Iter is an iterator for lists of CountrySpecs. The embedded Iter carries methods with it; see its documentation for details.
func List ¶
func List(params *stripe.CountrySpecListParams) *Iter
List lists available CountrySpecs.
func (*Iter) CountrySpec ¶
func (i *Iter) CountrySpec() *stripe.CountrySpec
CountrySpec returns the most recent CountrySpec visited by a call to Next.
Click to show internal directories.
Click to hide internal directories.