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(id string, params *stripe.CountrySpecParams) (*stripe.CountrySpec, error)
Get returns the details of a country spec.
Types ¶
type Client ¶
Client is used to invoke /country_specs APIs.
func (Client) Get ¶
func (c Client) Get(id string, params *stripe.CountrySpecParams) (*stripe.CountrySpec, error)
Get returns the details of a country spec.
type Iter ¶
Iter is an iterator for country specs.
func List ¶
func List(params *stripe.CountrySpecListParams) *Iter
List returns a list of country specs.
func (*Iter) CountrySpec ¶
func (i *Iter) CountrySpec() *stripe.CountrySpec
CountrySpec returns the country spec which the iterator is currently pointing to.
func (*Iter) CountrySpecList ¶
func (i *Iter) CountrySpecList() *stripe.CountrySpecList
CountrySpecList 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.