Account related data information for the transaction being sent to the web service.
See Also: Inherited members from object.
[read-only] | UserId | string . A unique user ID associated with the end-user in your system. If your system allows the login name for the account to be changed, this should not be the login name for the account, but rather should be an internal ID that does not change. This is not your MaxMind user ID. |
[read-only] | Username | string . The username associated with the account. This is not the MD5 of username. Rather, the MD5 is automatically generated from this string. |
[read-only] | UsernameMD5 | string . The MD5 generated from the Username |
Constructor.Syntax
Parameters
- userId
- A unique user ID associated with the end-user in your system. If your system allows the login name for the account to be changed, this should not be the login name for the account, but rather should be an internal ID that does not change. This is not your MaxMind user ID.
- username
- The username associated with the account. This is not the MD5 of username. Rather, the MD is automatically generated from this string.
Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: MaxMind.MinFraud.Request
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.Request
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0
A unique user ID associated with the end-user in your system. If your system allows the login name for the account to be changed, this should not be the login name for the account, but rather should be an internal ID that does not change. This is not your MaxMind user ID.Syntax
[Newtonsoft.Json.JsonProperty("user_id")]
public string UserId { 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.Request
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0
The username associated with the account. This is not the MD5 of username. Rather, the MD5 is automatically generated from this string.Syntax
[Newtonsoft.Json.JsonIgnore]
public string Username { 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.Request
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0
The MD5 generated from the UsernameSyntax
[Newtonsoft.Json.JsonProperty("username_md5")]
public string UsernameMD5 { 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.Request
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0