Versions in this module Expand all Collapse all v72 v72.13.0 Oct 11, 2020 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) 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 Other modules containing this package github.com/vivek-ng/stripe-go