Model class for Score response.
See Also: Inherited members from object.
|
Score
()
|
Documentation for this section has not yet been entered. |
[read-only] | FundsRemaining | Nullable<decimal> . The approximate US dollar value of the funds remaining on your MaxMind account. |
[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. |
[read-only] | IPAddress | IIPAddress . An object containing information about the IP address's risk. |
[read-only] | QueriesRemaining | Nullable<long> . The approximate number of queries remaining for this service before your account runs out of funds. |
[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. |
[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. |
Documentation for this section has not yet been entered.Syntax
public 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
The approximate US dollar value of the funds remaining on your MaxMind account.Syntax
[Newtonsoft.Json.JsonProperty("funds_remaining")]
public Nullable<decimal> FundsRemaining { 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
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.Syntax
[Newtonsoft.Json.JsonProperty("id")]
public Nullable<Guid> Id { 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
An object containing information about the IP address's risk.Syntax
[Newtonsoft.Json.JsonProperty("ip_address")]
public IIPAddress 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
The approximate number of queries remaining for this service before your account runs out of funds.Syntax
[Newtonsoft.Json.JsonProperty("queries_remaining")]
public Nullable<long> QueriesRemaining { 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
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.Syntax
[Newtonsoft.Json.JsonProperty("risk_score")]
public Nullable<double> RiskScore { 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
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.Syntax
[Newtonsoft.Json.JsonIgnore]
public IList<Warning> Warnings { 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