Click or drag to resize

Event Constructor

Constructor.

Namespace:  MaxMind.MinFraud.Request
Assembly:  MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntax
public Event(
	string transactionId = null,
	string shopId = null,
	Nullable<DateTimeOffset> time = null,
	Nullable<EventType> type = null
)

Parameters

transactionId (Optional)
Type: System.String
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.
shopId (Optional)
Type: System.String
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.
time (Optional)
Type: System.Nullable<DateTimeOffset>
The date and time the event occurred. If this field is not in the request, the current time will be used.
type (Optional)
Type: System.Nullable<EventType>
The type of event being scored.
See Also