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

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.CreditNoteLineItem.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*
