Package com.stripe.model.issuing
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
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
An obfuscated ID derived from the device ID.The IP address of the device at provisioning time.The geographic latitude/longitude coordinates of the device at provisioning time.getName()
The name of the device used for tokenization.The phone number of the device used for tokenization.getType()
The type of device used for tokenization.int
hashCode()
void
setDeviceFingerprint
(String deviceFingerprint) An obfuscated ID derived from the device ID.void
setIpAddress
(String ipAddress) The IP address of the device at provisioning time.void
setLocation
(String location) The geographic latitude/longitude coordinates of the device at provisioning time.void
The name of the device used for tokenization.void
setPhoneNumber
(String phoneNumber) The phone number of the device used for tokenization.void
The type of device used for tokenization.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Device
public Device()
-
-
Method Details
-
getDeviceFingerprint
An obfuscated ID derived from the device ID. -
getIpAddress
The IP address of the device at provisioning time. -
getLocation
The geographic latitude/longitude coordinates of the device at provisioning time. The format is [+-]decimal/[+-]decimal. -
getName
The name of the device used for tokenization. -
getPhoneNumber
The phone number of the device used for tokenization. -
getType
The type of device used for tokenization.One of
other
,phone
, orwatch
. -
setDeviceFingerprint
An obfuscated ID derived from the device ID. -
setIpAddress
The IP address of the device at provisioning time. -
setLocation
The geographic latitude/longitude coordinates of the device at provisioning time. The format is [+-]decimal/[+-]decimal. -
setName
The name of the device used for tokenization. -
setPhoneNumber
The phone number of the device used for tokenization. -
setType
The type of device used for tokenization.One of
other
,phone
, orwatch
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-