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

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Quote.Computed{
  recurring: Stripe.Resources.Quote.Computed.Recurring.t() | nil,
  upfront: Stripe.Resources.Quote.Computed.Upfront.t() | nil
}
```

* `recurring` - The definitive totals and line items the customer will be charged on a recurring basis. Takes into account the line items with recurring prices and discounts with `duration=forever` coupons only. Defaults to `null` if no inputted line items with recurring prices. Nullable.
* `upfront`

---

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