This class contains subscores for many of the individual components that are used to calculate the overall risk score.
See Also: Inherited members from object.
|
Subscores
()
|
Documentation for this section has not yet been entered. |
[read-only] | AvsResult | Nullable<double> . The risk associated with the AVS result. If present, this is a value in the range 0.01 to 99. |
[read-only] | BillingAddress | Nullable<double> . The risk associated with the billing address. If present, this is a value in the range 0.01 to 99. |
[read-only] | BillingAddressDistanceToIPLocation | Nullable<double> . The risk associated with the distance between the billing address and the location for the given IP address. If present, this is a value in the range 0.01 to 99. |
[read-only] | Browser | Nullable<double> . The risk associated with the browser attributes such as the User-Agent and Accept-Language. If present, this is a value in the range 0.01 to 99. |
[read-only] | Chargeback | Nullable<double> . Individualized risk of chargeback for the given IP address on your account and shop ID.This is only available to users sending chargeback data to MaxMind. If present, this is a value in the range 0.01 to 99. |
[read-only] | Country | Nullable<double> . The risk associated with the country the transaction originated from. If present, this is a value in the range 0.01 to 99. |
[read-only] | CountryMismatch | Nullable<double> . The risk associated with the combination of IP country, card issuer country, billing country, and shipping country. If present, this is a value in the range 0.01 to 99. |
[read-only] | CvvResult | Nullable<double> . The risk associated with the CVV result. If present, this is a value in the range 0.01 to 99. |
[read-only] | EmailAddress | Nullable<double> . The risk associated with the particular email address. If present, this is a value in the range 0.01 to 99. |
[read-only] | EmailDomain | Nullable<double> . The general risk associated with the email domain. If present, this is a value in the range 0.01 to 99. |
[read-only] | EmailTenure | Nullable<double> . The risk associated with the issuer ID number on the email domain. If present, this is a value in the range 0.01 to 99. |
[read-only] | IPTenure | Nullable<double> . The risk associated with the issuer ID number on the IP address. If present, this is a value in the range 0.01 to 99. |
[read-only] | IssuerIdNumber | Nullable<double> . The risk associated with the particular issuer ID number (IIN) given the billing location and the history of usage of the IIN on your account and shop ID. If present, this is a value in the range 0.01 to 99. |
[read-only] | OrderAmount | Nullable<double> . The risk associated with the particular order amount for your account and shop ID. If present, this is a value in the range 0.01 to 99. |
[read-only] | PhoneNumber | Nullable<double> . The risk associated with the particular phone number. If present, this is a value in the range 0.01 to 99. |
[read-only] | ShippingAddressDistanceToIPLocation | Nullable<double> . The risk associated with the distance between the shipping address and the location for the given IP address. If present, this is a value in the range 0.01 to 99. |
[read-only] | TimeOfDay | Nullable<double> . The risk associated with the local time of day of the transaction in the IP address location. If present, this is a value in the range 0.01 to 99. |
Documentation for this section has not yet been entered.Syntax
public Subscores ()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
The risk associated with the AVS result. If present, this is a value in the range 0.01 to 99.Syntax
[Newtonsoft.Json.JsonProperty("avs_result")]
public Nullable<double> AvsResult { 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
The risk associated with the billing address. If present, this is a value in the range 0.01 to 99.Syntax
[Newtonsoft.Json.JsonProperty("billing_address")]
public Nullable<double> 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
The risk associated with the distance between the billing address and the location for the given IP address. If present, this is a value in the range 0.01 to 99.Syntax
[Newtonsoft.Json.JsonProperty("billing_address_distance_to_ip_location")]
public Nullable<double> BillingAddressDistanceToIPLocation { 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
The risk associated with the browser attributes such as the User-Agent and Accept-Language. If present, this is a value in the range 0.01 to 99.Syntax
[Newtonsoft.Json.JsonProperty("browser")]
public Nullable<double> Browser { 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
Individualized risk of chargeback for the given IP address on your account and shop ID.This is only available to users sending chargeback data to MaxMind. If present, this is a value in the range 0.01 to 99.Syntax
[Newtonsoft.Json.JsonProperty("chargeback")]
public Nullable<double> Chargeback { 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
The risk associated with the country the transaction originated from. If present, this is a value in the range 0.01 to 99.Syntax
[Newtonsoft.Json.JsonProperty("country")]
public Nullable<double> Country { 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
The risk associated with the combination of IP country, card issuer country, billing country, and shipping country. If present, this is a value in the range 0.01 to 99.Syntax
[Newtonsoft.Json.JsonProperty("country_mismatch")]
public Nullable<double> CountryMismatch { 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
The risk associated with the CVV result. If present, this is a value in the range 0.01 to 99.Syntax
[Newtonsoft.Json.JsonProperty("cvv_result")]
public Nullable<double> CvvResult { 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
The risk associated with the particular email address. If present, this is a value in the range 0.01 to 99.Syntax
[Newtonsoft.Json.JsonProperty("email_address")]
public Nullable<double> EmailAddress { 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
The general risk associated with the email domain. If present, this is a value in the range 0.01 to 99.Syntax
[Newtonsoft.Json.JsonProperty("email_domain")]
public Nullable<double> EmailDomain { 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
The risk associated with the issuer ID number on the email domain. If present, this is a value in the range 0.01 to 99.Syntax
[Newtonsoft.Json.JsonProperty("email_tenure")]
public Nullable<double> EmailTenure { 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
The risk associated with the issuer ID number on the IP address. If present, this is a value in the range 0.01 to 99.Syntax
[Newtonsoft.Json.JsonProperty("ip_tenure")]
public Nullable<double> IPTenure { 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
The risk associated with the particular issuer ID number (IIN) given the billing location and the history of usage of the IIN on your account and shop ID. If present, this is a value in the range 0.01 to 99.Syntax
[Newtonsoft.Json.JsonProperty("issuer_id_number")]
public Nullable<double> IssuerIdNumber { 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
The risk associated with the particular order amount for your account and shop ID. If present, this is a value in the range 0.01 to 99.Syntax
[Newtonsoft.Json.JsonProperty("order_amount")]
public Nullable<double> OrderAmount { 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
The risk associated with the particular phone number. If present, this is a value in the range 0.01 to 99.Syntax
[Newtonsoft.Json.JsonProperty("phone_number")]
public Nullable<double> PhoneNumber { 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
The risk associated with the distance between the shipping address and the location for the given IP address. If present, this is a value in the range 0.01 to 99.Syntax
[Newtonsoft.Json.JsonProperty("shipping_address_distance_to_ip_location")]
public Nullable<double> ShippingAddressDistanceToIPLocation { 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
The risk associated with the local time of day of the transaction in the IP address location. If present, this is a value in the range 0.01 to 99.Syntax
[Newtonsoft.Json.JsonProperty("time_of_day")]
public Nullable<double> TimeOfDay { 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
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