TransactionReportMaxMindId Property |
A unique eight character string identifying a minFraud Standard or
Premium request. These IDs are returned in the maxmindID
field of a response for a successful minFraud request. This field
is not required, but you are encouraged to provide it, if possible.
Namespace:
MaxMind.MinFraud.Request
Assembly:
MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntaxpublic string MaxMindId { get; }
Public ReadOnly Property MaxMindId As String
Get
public:
property String^ MaxMindId {
String^ get ();
}
member MaxMindId : string with get
Property Value
Type:
String
See Also