Click or drag to resize
Event Constructor
Constructor.

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

Parameters

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