MaxMind.MinFraud : MaxMind.MinFraud.Response Namespace

Insights Class

Model for Insights response.

Syntax

public class Insights : Score

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: MaxMind.MinFraud.Response
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0

Members

See Also: Inherited members from Score.

Public Constructors

Documentation for this section has not yet been entered.

Public Properties

[read-only]
BillingAddress BillingAddress . An object containing minFraud data related to the billing address used in the transaction.
[read-only]
CreditCard CreditCard . An object containing minFraud data about the credit card used in the transaction.
[read-only]
Device Device . This object contains information about the device that MaxMind believes is associated with the IP address passed in the request.
[read-only]
Email Email . This object contains information about the email address passed in the request.
[read-only]
FundsRemaining Nullable<decimal> . The approximate US dollar value of the funds remaining on your MaxMind account. (Inherited from Score.)
[read-only]
Id Nullable<Guid> . 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.)
[read-only]
IPAddress IPAddress . An object containing GeoIP2 and minFraud Insights information about the IP address.
[read-only]
IPAddress IIPAddress . An object containing information about the IP address's risk. (Inherited from Score.)
[read-only]
QueriesRemaining Nullable<long> . The approximate number of queries remaining for this service before your account runs out of funds. (Inherited from Score.)
[read-only]
RiskScore Nullable<double> . 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.)
[read-only]
ShippingAddress ShippingAddress . An object containing minFraud data related to the shipping address used in the transaction.
[read-only]
Warnings IList<Warning> . 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.)

Public Methods

override
ToString () : string
Returns a string that represents the current object.
override
ToString () : string
Returns a string that represents the current object. (Inherited from Score.)

Member Details

Insights Constructor

Documentation for this section has not yet been entered.

Syntax

public Insights ()

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: MaxMind.MinFraud.Response
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0

BillingAddress Property

An object containing minFraud data related to the billing address used in the transaction.

Syntax

[Newtonsoft.Json.JsonProperty("billing_address")]
public BillingAddress BillingAddress { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: MaxMind.MinFraud.Response
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0

CreditCard Property

An object containing minFraud data about the credit card used in the transaction.

Syntax

[Newtonsoft.Json.JsonProperty("credit_card")]
public CreditCard CreditCard { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: MaxMind.MinFraud.Response
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0

Device Property

This object contains information about the device that MaxMind believes is associated with the IP address passed in the request.

Syntax

[Newtonsoft.Json.JsonProperty("device")]
public Device Device { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: MaxMind.MinFraud.Response
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0

Email Property

This object contains information about the email address passed in the request.

Syntax

[Newtonsoft.Json.JsonProperty("email")]
public Email Email { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: MaxMind.MinFraud.Response
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0

IPAddress Property

An object containing GeoIP2 and minFraud Insights information about the IP address.

Syntax

[Newtonsoft.Json.JsonProperty("ip_address")]
public IPAddress IPAddress { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: MaxMind.MinFraud.Response
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0

ShippingAddress Property

An object containing minFraud data related to the shipping address used in the transaction.

Syntax

[Newtonsoft.Json.JsonProperty("shipping_address")]
public ShippingAddress ShippingAddress { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: MaxMind.MinFraud.Response
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0

ToString Method

Returns a string that represents the current object.

Syntax

public override string ToString ()

Returns

A string that represents the current object.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: MaxMind.MinFraud.Response
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0