Class Token.NetworkData.Device

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.issuing.Token.NetworkData.Device
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Token.NetworkData

public static class Token.NetworkData.Device extends StripeObject
  • Constructor Details

    • Device

      public Device()
  • Method Details

    • getDeviceFingerprint

      public String getDeviceFingerprint()
      An obfuscated ID derived from the device ID.
    • getIpAddress

      public String getIpAddress()
      The IP address of the device at provisioning time.
    • getLocation

      public String getLocation()
      The geographic latitude/longitude coordinates of the device at provisioning time. The format is [+-]decimal/[+-]decimal.
    • getName

      public String getName()
      The name of the device used for tokenization.
    • getPhoneNumber

      public String getPhoneNumber()
      The phone number of the device used for tokenization.
    • getType

      public String getType()
      The type of device used for tokenization.

      One of other, phone, or watch.

    • setDeviceFingerprint

      public void setDeviceFingerprint(String deviceFingerprint)
      An obfuscated ID derived from the device ID.
    • setIpAddress

      public void setIpAddress(String ipAddress)
      The IP address of the device at provisioning time.
    • setLocation

      public void setLocation(String location)
      The geographic latitude/longitude coordinates of the device at provisioning time. The format is [+-]decimal/[+-]decimal.
    • setName

      public void setName(String name)
      The name of the device used for tokenization.
    • setPhoneNumber

      public void setPhoneNumber(String phoneNumber)
      The phone number of the device used for tokenization.
    • setType

      public void setType(String type)
      The type of device used for tokenization.

      One of other, phone, or watch.

    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object