EventTransactionId Property |
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.
Namespace:
MaxMind.MinFraud.Request
Assembly:
MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntaxpublic string TransactionId { get; }
Public ReadOnly Property TransactionId As String
Get
public:
property String^ TransactionId {
String^ get ();
}
member TransactionId : string with get
Property Value
Type:
String
See Also