# `Stripe.Resources.PromotionCode.Promotion`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/promotion_code.ex#L68)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.PromotionCode.Promotion{
  coupon: String.t() | Stripe.Resources.Coupon.t() | nil,
  type: String.t() | nil
}
```

* `coupon` - If promotion `type` is `coupon`, the coupon for this promotion. Nullable.
* `type` - The type of promotion. Possible values: `coupon`.

---

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