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: 2.0.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 (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