Click or drag to resize

Score Class

Model class for Score response.
Inheritance Hierarchy
SystemObject
  MaxMind.MinFraud.ResponseScore
    MaxMind.MinFraud.ResponseInsights

Namespace:  MaxMind.MinFraud.Response
Assembly:  MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntax
public class Score

The Score type exposes the following members.

Constructors
  NameDescription
Public methodScore
Initializes a new instance of the Score class
Top
Properties
  NameDescription
Public propertyDisposition
This object contains information about the disposition set by custom rules.
Public propertyFundsRemaining
The approximate US dollar value of the funds remaining on your MaxMind account.
Public propertyId
This is a UUID that identifies the minFraud request. Please use this ID in support requests to MaxMind so that we can easily identify a particular request.
Public propertyIPAddress
An object containing information about the IP address's risk.
Public propertyQueriesRemaining
The approximate number of queries remaining for this service before your account runs out of funds.
Public propertyRiskScore
This property contains the risk score, from 0.01 to 99. A higher score indicates a higher risk of fraud.For example, a score of 20 indicates a 20% chance that a transaction is fraudulent.We never return a risk score of 0, since all transactions have the possibility of being fraudulent.Likewise we never return a risk score of 100.
Public propertyWarnings
This list contains objects detailing issues with the request that was sent such as invalid or unknown inputs. It is highly recommended that you check this array for issues when integrating the web service.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Top
See Also