Click or drag to resize
Insights Class
Model for Insights response.
Inheritance Hierarchy

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

The Insights type exposes the following members.

Constructors
  NameDescription
Public methodInsights
Initializes a new instance of the Insights class
Top
Properties
  NameDescription
Public propertyBillingAddress
An object containing minFraud data related to the billing address used in the transaction.
Public propertyCreditCard
An object containing minFraud data about the credit card used in the transaction.
Public propertyDevice
This object contains information about the device that MaxMind believes is associated with the IP address passed in the request.
Public propertyEmail
This object contains information about the email address passed in the request.
Public propertyFundsRemaining
The approximate US dollar value of the funds remaining on your MaxMind account.
(Inherited from Score.)
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.
(Inherited from Score.)
Public propertyIPAddress
An object containing GeoIP2 and minFraud Insights information about the IP address.
Public propertyQueriesRemaining
The approximate number of queries remaining for this service before your account runs out of funds.
(Inherited from Score.)
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.
(Inherited from Score.)
Public propertyShippingAddress
An object containing minFraud data related to the shipping address used in the transaction.
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.
(Inherited from Score.)
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Overrides ScoreToString.)
Top
See Also