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

Nested parameters.

# `t`

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

* `limit` - The maximum number of checkout sessions that can be completed for the `completed_sessions` restriction to be met.

---

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