# `Stripe.Resources.Terminal.Configuration.Wifi.PersonalPsk`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/terminal/configuration.ex#L643)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Terminal.Configuration.Wifi.PersonalPsk{
  password: String.t() | nil,
  ssid: String.t() | nil
}
```

* `password` - Password for connecting to the WiFi network Max length: 5000.
* `ssid` - Name of the WiFi network Max length: 5000.

---

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