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

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.PaymentLink.Restrictions.CompletedSessions{
  count: integer() | nil,
  limit: integer() | nil
}
```

* `count` - The current number of checkout sessions that have been completed on the payment link which count towards the `completed_sessions` restriction to be met.
* `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*
