# `Stripe.Params.PaymentLinkCreateParams.Restrictions`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/payment_link_create_params.ex#L621)

Nested parameters.

# `t`

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

* `completed_sessions` - Configuration for the `completed_sessions` restriction type.

---

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