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

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