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

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Quote.Computed.Upfront.TotalDetails{
  amount_discount: integer() | nil,
  amount_shipping: integer() | nil,
  amount_tax: integer() | nil,
  breakdown:
    Stripe.Resources.Quote.Computed.Upfront.TotalDetails.Breakdown.t() | nil
}
```

* `amount_discount` - This is the sum of all the discounts.
* `amount_shipping` - This is the sum of all the shipping amounts. Nullable.
* `amount_tax` - This is the sum of all the tax amounts.
* `breakdown`

---

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