java.lang.Object
com.maxmind.minfraud.AbstractModel
com.maxmind.minfraud.request.Event
This class contains general information related to the event being scored.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Builder
creates instances ofEvent
from values set by the builder's methods.static enum
The enumerated event types. -
Method Summary
Methods inherited from class com.maxmind.minfraud.AbstractModel
toJson, toString
-
Method Details
-
getTransactionId
- Returns:
- The transaction ID.
-
getShopId
- Returns:
- The shop ID.
-
getTime
- Returns:
- The date and time of the event.
-
getDateTime
- Returns:
- The date and time of the event.
-
getType
- Returns:
- The type of the event.
-