# `Stripe.Params.QuoteCreateParams.FromQuote`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/quote_create_params.ex#L104)

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.QuoteCreateParams.FromQuote{
  is_revision: boolean() | nil,
  quote: String.t() | nil
}
```

* `is_revision` - Whether this quote is a revision of the previous quote.
* `quote` - The `id` of the quote that will be cloned. Max length: 5000.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
