# Functions
Accepts the specified quote.
Cancels the quote.
Finalizes the quote.
Retrieves the quote with the given ID.
Returns a list of your quotes.
When retrieving a quote, there is an includable [computed.upfront.line_items](https://stripe.com/docs/api/quotes/object#quote_object-computed-upfront-line_items) property containing the first handful of those items.
When retrieving a quote, there is an includable line_items property containing the first handful of those items.
A quote models prices and services for a customer.
Download the PDF for a finalized quote.
A quote models prices and services for a customer.
# Structs
Client is used to invoke /quotes APIs.
Iter is an iterator for quotes.
LineItemIter is an iterator for line items.