toggle menu
futuraekit-java
androidJvm
switch theme
search in API
futuraekit-java
/
com.futurae.sdk.public_api.account.model
/
AccountHistoryItemDetails
Account
History
Item
Details
public
final
class
AccountHistoryItemDetails
Members
Constructors
Account
History
Item
Details
Link copied to clipboard
public
AccountHistoryItemDetails
AccountHistoryItemDetails
(
String
factor
,
String
type
,
String
result
,
String
deviceType
,
String
reason
,
String
deviceIP
)
Properties
device
IP
Link copied to clipboard
private
final
String
deviceIP
device
Type
Link copied to clipboard
private
final
String
deviceType
factor
Link copied to clipboard
private
final
String
factor
reason
Link copied to clipboard
private
final
String
reason
result
Link copied to clipboard
private
final
String
result
type
Link copied to clipboard
private
final
String
type
Functions
get
Device
IP
Link copied to clipboard
public
final
String
getDeviceIP
(
)
get
Device
Type
Link copied to clipboard
public
final
String
getDeviceType
(
)
get
Factor
Link copied to clipboard
public
final
String
getFactor
(
)
get
Reason
Link copied to clipboard
public
final
String
getReason
(
)
get
Result
Link copied to clipboard
public
final
String
getResult
(
)
get
Type
Link copied to clipboard
public
final
String
getType
(
)