# `Stripe.Resources.PaymentLink.Restrictions`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/payment_link.ex#L688)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.PaymentLink.Restrictions{
  completed_sessions:
    Stripe.Resources.PaymentLink.Restrictions.CompletedSessions.t() | nil
}
```

* `completed_sessions`

---

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