Versions in this module Expand all Collapse all v72 v72.201.0 Jun 24, 2022 v72.200.0 Jun 24, 2022 Changes in this version + func Get(id string, params *stripe.TaxCodeParams) (*stripe.TaxCode, error) + type Client struct + B stripe.Backend + Key string + func (c Client) Get(id string, params *stripe.TaxCodeParams) (*stripe.TaxCode, error) + func (c Client) List(listParams *stripe.TaxCodeListParams) *Iter + type Iter struct + func List(params *stripe.TaxCodeListParams) *Iter + func (i *Iter) TaxCode() *stripe.TaxCode + func (i *Iter) TaxCodeList() *stripe.TaxCodeList