Class Event
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 classBuildercreates instances ofEventfrom values set by the builder's methods.static enumThe enumerated event party types.static enumThe enumerated event types. -
Method Summary
Methods inherited from class AbstractModel
toJson, toString
-
Method Details
-
party
- Returns:
- The party submitting the transaction.
-
transactionId
- Returns:
- The transaction ID.
-
shopId
- Returns:
- The shop ID.
-
time
- Returns:
- The date and time of the event.
-
dateTime
- Returns:
- The date and time of the event.
-
type
- Returns:
- The type of the event.
-