# `Stripe.Resources.Checkout.Session.WalletOptions.Link`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/checkout/session.ex#L2308)

Nested struct within the parent resource.

# `t`

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

* `display` - Describes whether Checkout should display Link. Defaults to `auto`. Possible values: `auto`, `never`.

---

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