Documentation ¶
Overview ¶
Package taxcode provides the /tax_codes APIs
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
Client is used to invoke /tax_codes APIs.
func (Client) Get ¶
Retrieves the details of an existing tax code. Supply the unique tax code ID and Stripe will return the corresponding tax code information.
func (Client) List ¶
func (c Client) List(listParams *stripe.TaxCodeListParams) *Iter
A list of [all tax codes available](https://stripe.com/docs/tax/tax-categories) to add to Products in order to allow specific tax calculations.
type Iter ¶
Iter is an iterator for tax codes.
func List ¶
func List(params *stripe.TaxCodeListParams) *Iter
A list of [all tax codes available](https://stripe.com/docs/tax/tax-categories) to add to Products in order to allow specific tax calculations.
func (*Iter) TaxCodeList ¶
func (i *Iter) TaxCodeList() *stripe.TaxCodeList
TaxCodeList returns the current list object which the iterator is currently using. List objects will change as new API calls are made to continue pagination.