# `Stripe.Resources.InvoiceLineItem.DiscountAmounts`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/invoice_line_item.ex#L91)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.InvoiceLineItem.DiscountAmounts{
  amount: integer() | nil,
  discount: String.t() | Stripe.Resources.Discount.t() | nil
}
```

* `amount` - The amount, in cents (or local equivalent), of the discount.
* `discount` - The discount that was applied to get this discount amount.

---

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