# 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.