# `Stripe.Params.InvoiceCreatePreviewParams.ScheduleDetails.Phases.AddInvoiceItems.Discounts`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/invoice_create_preview_params.ex#L381)

Nested parameters.

# `t`

```elixir
@type t() ::
  %Stripe.Params.InvoiceCreatePreviewParams.ScheduleDetails.Phases.AddInvoiceItems.Discounts{
    coupon: String.t() | nil,
    discount: String.t() | nil,
    promotion_code: String.t() | nil
  }
```

* `coupon` - ID of the coupon to create a new discount for. Max length: 5000.
* `discount` - ID of an existing discount on the object (or one of its ancestors) to reuse. Max length: 5000.
* `promotion_code` - ID of the promotion code to create a new discount for. Max length: 5000.

---

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