Stripe.Resources.Issuing.Token.NetworkData.Device (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

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