Class Event

java.lang.Object
com.maxmind.minfraud.AbstractModel
com.maxmind.minfraud.request.Event

public final class Event extends AbstractModel
This class contains general information related to the event being scored.
  • Method Details

    • party

      public Event.Party party()
      Returns:
      The party submitting the transaction.
    • transactionId

      public String transactionId()
      Returns:
      The transaction ID.
    • shopId

      public String shopId()
      Returns:
      The shop ID.
    • time

      public Date time()
      Returns:
      The date and time of the event.
    • dateTime

      public ZonedDateTime dateTime()
      Returns:
      The date and time of the event.
    • type

      public Event.Type type()
      Returns:
      The type of the event.