# `Stripe.Params.Checkout.SessionCreateParams.WalletOptions.Link`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/checkout/session_create_params.ex#L2479)

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.Checkout.SessionCreateParams.WalletOptions.Link{
  display: String.t() | nil
}
```

* `display` - Specifies whether Checkout should display Link as a payment option. By default, Checkout will display all the supported wallets that the Checkout Session was created with. This is the `auto` behavior, and it is the default choice. Possible values: `auto`, `never`.

---

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