Documentation ¶
Overview ¶
Package taxrate provides the /tax_rates APIs
Index ¶
- func Get(id string, params *stripe.TaxRateParams) (*stripe.TaxRate, error)
- func New(params *stripe.TaxRateParams) (*stripe.TaxRate, error)
- func Update(id string, params *stripe.TaxRateParams) (*stripe.TaxRate, error)
- type Client
- func (c Client) Get(id string, params *stripe.TaxRateParams) (*stripe.TaxRate, error)
- func (c Client) List(listParams *stripe.TaxRateListParams) *Iter
- func (c Client) New(params *stripe.TaxRateParams) (*stripe.TaxRate, error)
- func (c Client) Update(id string, params *stripe.TaxRateParams) (*stripe.TaxRate, error)
- type Iter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
Client is used to invoke /tax_rates APIs.
func (Client) List ¶
func (c Client) List(listParams *stripe.TaxRateListParams) *Iter
Returns a list of your tax rates. Tax rates are returned sorted by creation date, with the most recently created tax rates appearing first.
type Iter ¶
Iter is an iterator for tax rates.
func List ¶
func List(params *stripe.TaxRateListParams) *Iter
Returns a list of your tax rates. Tax rates are returned sorted by creation date, with the most recently created tax rates appearing first.
func (*Iter) TaxRateList ¶
func (i *Iter) TaxRateList() *stripe.TaxRateList
TaxRateList 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.