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 Del(id string, params *stripe.ProductParams) (*stripe.Product, error) + func Get(id string, params *stripe.ProductParams) (*stripe.Product, error) + func New(params *stripe.ProductParams) (*stripe.Product, error) + func Update(id string, params *stripe.ProductParams) (*stripe.Product, error) + type Client struct + B stripe.Backend + Key string + func (c Client) Del(id string, params *stripe.ProductParams) (*stripe.Product, error) + func (c Client) Get(id string, params *stripe.ProductParams) (*stripe.Product, error) + func (c Client) List(listParams *stripe.ProductListParams) *Iter + func (c Client) New(params *stripe.ProductParams) (*stripe.Product, error) + func (c Client) Search(params *stripe.ProductSearchParams) *SearchIter + func (c Client) Update(id string, params *stripe.ProductParams) (*stripe.Product, error) + type Iter struct + func List(params *stripe.ProductListParams) *Iter + func (i *Iter) Product() *stripe.Product + func (i *Iter) ProductList() *stripe.ProductList + type SearchIter struct + func Search(params *stripe.ProductSearchParams) *SearchIter + func (i *SearchIter) Product() *stripe.Product + func (i *SearchIter) ProductSearchResult() *stripe.ProductSearchResult Other modules containing this package github.com/timandy/go-stripe