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

Nested struct within the parent resource.

# `t`

```elixir
@type t() ::
  %Stripe.Resources.Quote.Computed.Recurring.TotalDetails.Breakdown.Discounts{
    amount: integer() | nil,
    discount: Stripe.Resources.Discount.t() | nil
  }
```

* `amount` - The amount discounted.
* `discount`

---

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