The email information for the transaction being sent to the web service.
Constructor.Syntax
Parameters
- address
- The user's email address. This will be converted into an MD5 before being sent to the web service.
- domain
- The domain of the email address used in the transaction. If address is passed to the constructor and domain is not, the domain will be automatically set from the address.
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 email address used in the transaction.Syntax
[Newtonsoft.Json.JsonIgnore]
[System.ComponentModel.DataAnnotations.EmailAddress]
public string Address { 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 email address.Syntax
[Newtonsoft.Json.JsonProperty("address")]
public string AddressMD5 { 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 domain of the email address.Syntax
[Newtonsoft.Json.JsonProperty("domain")]
public string Domain { 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
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