package
81.4.0
Repository: https://github.com/stripe/stripe-go.git
Documentation: pkg.go.dev

# Functions

Delete a product.
Retrieves the details of an existing product.
Returns a list of your products.
Creates a new product object.
Search for products you've previously created using Stripe's [Search Query Language](https://stripe.com/docs/search#search-query-language).
Updates the specific product by setting the values of the parameters passed.

# Structs

Client is used to invoke /products APIs.
Iter is an iterator for products.
SearchIter is an iterator for products.