# `Stripe.Params.SetupIntentConfirmParams.PaymentMethodOptions.Link`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/setup_intent_confirm_params.ex#L784)

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.SetupIntentConfirmParams.PaymentMethodOptions.Link{
  persistent_token: String.t() | nil
}
```

* `persistent_token` - [Deprecated] This is a legacy parameter that no longer has any function. Max length: 5000.

---

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