# `Stripe.Resources.Issuing.Token.NetworkData.Device`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/issuing/token.ex#L77)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Issuing.Token.NetworkData.Device{
  device_fingerprint: String.t() | nil,
  ip_address: String.t() | nil,
  location: String.t() | nil,
  name: String.t() | nil,
  phone_number: String.t() | nil,
  type: String.t() | nil
}
```

* `device_fingerprint` - An obfuscated ID derived from the device ID. Max length: 5000.
* `ip_address` - The IP address of the device at provisioning time. Max length: 5000.
* `location` - The geographic latitude/longitude coordinates of the device at provisioning time. The format is [+-]decimal/[+-]decimal. Max length: 5000.
* `name` - The name of the device used for tokenization. Max length: 5000.
* `phone_number` - The phone number of the device used for tokenization. Max length: 5000.
* `type` - The type of device used for tokenization. Possible values: `other`, `phone`, `watch`.

---

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