Factors Class |
Namespace: MaxMind.MinFraud.Response
The Factors type exposes the following members.
Name | Description | |
---|---|---|
![]() | BillingAddress |
An object containing minFraud data related to the billing address
used in the transaction.
(Inherited from Insights.) |
![]() | CreditCard |
An object containing minFraud data about the credit card used in
the transaction.
(Inherited from Insights.) |
![]() | Device |
This object contains information about the device that MaxMind
believes is associated with the IP address passed in the request.
(Inherited from Insights.) |
![]() | Disposition |
This object contains information about the disposition set by
custom rules.
(Inherited from Score.) |
![]() |
This object contains information about the email address passed in
the request.
(Inherited from Insights.) | |
![]() | FundsRemaining |
The approximate US dollar value of the funds remaining on your
MaxMind account.
(Inherited from Score.) |
![]() | Id |
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.) |
![]() | IPAddress |
An object containing GeoIP2 and minFraud Insights information about
the IP address.
(Inherited from Insights.) |
![]() | QueriesRemaining |
The approximate number of queries remaining for this service
before your account runs out of funds.
(Inherited from Score.) |
![]() | RiskScore |
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.) |
![]() | ShippingAddress |
An object containing minFraud data related to the shipping address
used in the transaction.
(Inherited from Insights.) |
![]() | Subscores |
An object containing GeoIP2 and minFraud Insights information about
the IP address.
|
![]() | Warnings |
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.) |
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | ToString |
Returns a string that represents the current object.
(Overrides InsightsToString.) |