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

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Quote.Computed.Recurring.TotalDetails.Breakdown{
  discounts:
    [
      Stripe.Resources.Quote.Computed.Recurring.TotalDetails.Breakdown.Discounts.t()
    ]
    | nil,
  taxes:
    [Stripe.Resources.Quote.Computed.Recurring.TotalDetails.Breakdown.Taxes.t()]
    | nil
}
```

* `discounts` - The aggregated discounts.
* `taxes` - The aggregated tax amounts by rate.

---

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