# `Stripe.Resources.Quote.FromQuote`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/quote.ex#L433)

Nested struct within the parent resource.

# `t`

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

* `is_revision` - Whether this quote is a revision of a different quote.
* `quote` - The quote that was cloned.

---

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