Class Device
java.lang.Object
com.maxmind.minfraud.AbstractModel
com.maxmind.minfraud.request.Device
The device information for the transaction.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classBuildercreates instances ofDevicefrom values set by the builder's methods. -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class AbstractModel
toJson, toString
-
Method Details
-
userAgent
- Returns:
- The "User-Agent" header.
-
acceptLanguage
- Returns:
- The "Accept-Language" header.
-
sessionAge
- Returns:
- The session age.
-
sessionId
- Returns:
- The session id.
-
ipAddress
- Returns:
- The IP address used in the transaction.
-