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
For more details about Device, please refer to the API
Reference.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanAn 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.inthashCode()voidsetDeviceFingerprint(String deviceFingerprint) An obfuscated ID derived from the device ID.voidsetIpAddress(String ipAddress) The IP address of the device at provisioning time.voidsetLocation(String location) The geographic latitude/longitude coordinates of the device at provisioning time.voidThe name of the device used for tokenization.voidsetPhoneNumber(String phoneNumber) The phone number of the device used for tokenization.voidThe type of device used for tokenization.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, 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()
-