Stripe.Resources.Terminal.Configuration.Wifi.PersonalPsk (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@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.