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

Nested struct within the parent resource.

# `t`

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

* `ca_certificate_file` - A File ID representing a PEM file containing the server certificate Max length: 5000.
* `password` - Password for connecting to the WiFi network Max length: 5000.
* `ssid` - Name of the WiFi network Max length: 5000.
* `username` - Username for connecting to the WiFi network Max length: 5000.

---

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