Click or drag to resize
Account Class
Account related data information for the transaction being sent to the web service.
Inheritance Hierarchy
SystemObject
  MaxMind.MinFraud.RequestAccount

Namespace:  MaxMind.MinFraud.Request
Assembly:  MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 0.6.0
Syntax
public sealed class Account

The Account type exposes the following members.

Constructors
  NameDescription
Public methodAccount
Constructor.
Top
Properties
  NameDescription
Public propertyUserId
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.
Public propertyUsername
The username associated with the account. This is not the MD5 of username. Rather, the MD5 is automatically generated from this string.
Public propertyUsernameMD5
The MD5 generated from the Username
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Top
See Also