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

# Functions

Retrieves the price with the given ID.
Returns a list of your active prices, excluding [inline prices](https://stripe.com/docs/products-prices/pricing-models#inline-pricing).
Creates a new price for an existing product.
Search for prices you've previously created using Stripe's [Search Query Language](https://stripe.com/docs/search#search-query-language).
Updates the specified price by setting the values of the parameters passed.

# Structs

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