Unique identifier for the object.
String representing the object's type. Objects of the same type share the same value.
Total before any discounts or taxes are applied.
Total after discounts and taxes are applied.
ID of the Connect Application that created the quote.
The amount of the application fee (if any) that will be requested to be applied to the payment and transferred to the application owner's Stripe account. Only applicable if there are no line items with recurring prices on the quote.
A non-negative decimal between 0 and 100, with at most two decimal places. This represents the percentage of the subscription invoice total that will be transferred to the application owner's Stripe account. Only applicable if there are line items with recurring prices on the quote.
Either charge_automatically, or send_invoice. When charging automatically, Stripe will attempt to pay invoices at the end of the subscription cycle or on finalization using the default payment method attached to the subscription or customer. When sending an invoice, Stripe will email your customer an invoice with payment instructions and mark the subscription as active. Defaults to charge_automatically.
Time at which the object was created. Measured in seconds since the Unix epoch.
Three-letter ISO currency code, in lowercase. Must be a supported currency.
The customer who received this quote. A customer is required to finalize the quote. Once specified, you can't change it.
The account representing the customer who received this quote. A customer or account is required to finalize the quote. Once specified, you can't change it.
Optionaldefault_The tax rates applied to this quote.
A description that will be displayed on the quote PDF.
The discounts applied to this quote.
The date on which the quote will be canceled if in open or draft status. Measured in seconds since the Unix epoch.
A footer that will be displayed on the quote PDF.
Details of the quote that was cloned. See the cloning documentation for more details.
A header that will be displayed on the quote PDF.
The invoice that was created from this quote.
Optionalline_A list of items the customer is being quoted for.
Has the value true if the object exists in live mode or the value false if the object exists in test mode.
Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
A unique number that identifies this particular quote. This number is assigned once the quote is finalized.
The account on behalf of which to charge. See the Connect documentation for details.
The status of the quote.
The subscription that was created or updated from this quote.
The subscription schedule that was created or updated from this quote.
ID of the test clock this quote belongs to.
The account (if any) the payments will be attributed to for tax reporting, and where funds from each payment will be transferred to for each of the invoices.
A Quote is a way to model prices that you'd like to provide to a customer. Once accepted, it will automatically create an invoice, subscription or subscription schedule.