Click or drag to resize

Subscores Class

This class contains subscores for many of the individual components that are used to calculate the overall risk score.
Inheritance Hierarchy
SystemObject
  MaxMind.MinFraud.ResponseSubscores

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

The Subscores type exposes the following members.

Constructors
  NameDescription
Public methodSubscores
Initializes a new instance of the Subscores class
Top
Properties
  NameDescription
Public propertyAvsResult
The risk associated with the AVS result. If present, this is a value in the range 0.01 to 99.
Public propertyBillingAddress
The risk associated with the billing address. If present, this is a value in the range 0.01 to 99.
Public propertyBillingAddressDistanceToIPLocation
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.
Public propertyBrowser
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.
Public propertyChargeback
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.
Public propertyCountry
The risk associated with the country the transaction originated from. If present, this is a value in the range 0.01 to 99.
Public propertyCountryMismatch
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.
Public propertyCvvResult
The risk associated with the CVV result. If present, this is a value in the range 0.01 to 99.
Public propertyEmailAddress
The risk associated with the particular email address. If present, this is a value in the range 0.01 to 99.
Public propertyEmailDomain
The general risk associated with the email domain. If present, this is a value in the range 0.01 to 99.
Public propertyEmailTenure Obsolete.
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.
Public propertyIPTenure Obsolete.
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.
Public propertyIssuerIdNumber
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.
Public propertyOrderAmount
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.
Public propertyPhoneNumber
The risk associated with the particular phone number. If present, this is a value in the range 0.01 to 99.
Public propertyShippingAddressDistanceToIPLocation
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.
Public propertyTimeOfDay
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.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Top
See Also