Increase.DigitalWalletTokens.DigitalWalletToken.Device (Increase v1.0.0)

Copy Markdown View Source

The device that was used to create the Digital Wallet Token.

Fields

  • device_type - Device type.
  • identifier - ID assigned to the device by the digital wallet provider.
  • ip_address - IP address of the device.
  • name - Name of the device, for example "My Work Phone".

Summary

Types

t()

@type t() :: %Increase.DigitalWalletTokens.DigitalWalletToken.Device{
  device_type: String.t() | nil,
  identifier: String.t() | nil,
  ip_address: String.t() | nil,
  name: String.t() | nil
}