Click or drag to resize

Event Class

Event information for the transaction being sent to the web service.
Inheritance Hierarchy
SystemObject
  MaxMind.MinFraud.RequestEvent

Namespace:  MaxMind.MinFraud.Request
Assembly:  MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntax
public sealed class Event

The Event type exposes the following members.

Constructors
  NameDescription
Public methodEvent
Constructor.
Top
Properties
  NameDescription
Public propertyShopId
Your internal ID for the shop, affiliate, or merchant this order is coming from. Required for minFraud users who are resellers, payment providers, gateways and affiliate networks.
Public propertyTime
The date and time the event occurred.
Public propertyTransactionId
Your internal ID for the transaction. We can use this to locate a specific transaction in our logs, and it will also show up in email alerts and notifications from us to you.
Public propertyType
The type of event being scored.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Top
See Also