Class Event

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

public final class Event extends AbstractModel
  • Method Details

    • getTransactionId

      public String getTransactionId()
      Returns:
      The transaction ID.
    • getShopId

      public String getShopId()
      Returns:
      The shop ID.
    • getTime

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

      public ZonedDateTime getDateTime()
      Returns:
      The date and time of the event.
    • getType

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