MaxMind.MinFraud : MaxMind.MinFraud.Request Namespace

Location Class

The location information for the transaction being sent to the web service.

Syntax

public abstract class Location

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

Members

See Also: Inherited members from object.

Protected Constructors

Public Properties

Address string . The first line of the address.
Address2 string . The second line of the address.
City string . The city associated with the address.
Company string . The company name associated with the address.
Country string . The ISO 3166-1 alpha-2 country code for the country associated with the address (e.g., "US")
FirstName string . The first name associated with the address.
LastName string . The last name associated with the address.
PhoneCountryCode string . The phone number, without the country code, associated with the address.
PhoneNumber string . The phone country code for the phone number associated with the address.
Postal string . The postal code for associated with the address.
Region string . The ISO 3166-2 subdivision code for the region associated with the address.

Public Methods

override
ToString () : string
Returns a string that represents the current object.

Member Details

Location Constructor

Constructor.

Syntax

protected Location (string firstName, string lastName, string company, string address, string address2, string city, string region, string country, string postal, string phoneNumber, string phoneCountryCode)

Parameters

firstName
The first name of the end user as provided in their address information.
lastName
The last name of the end user as provided in their address information.
company
The company of the end user as provided in their address information.
address
The first line of the user’s address.
address2
The second line of the user’s address.
city
The city of the user’s address.
region
The ISO 3166-2 subdivision code for the user’s address.
country
The two character ISO 3166-1 alpha-2 country code of the user’s address.
postal
The postal code of the user’s address.
phoneNumber
The phone number without the country code for the user’s address.
phoneCountryCode
The country code for phone number associated with the user’s 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

Address Property

The first line of the address.

Syntax

[Newtonsoft.Json.JsonProperty("address")]
public string Address { get; protected set; }

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

Address2 Property

The second line of the address.

Syntax

[Newtonsoft.Json.JsonProperty("address_2")]
public string Address2 { get; protected set; }

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

City Property

The city associated with the address.

Syntax

[Newtonsoft.Json.JsonProperty("city")]
public string City { get; protected set; }

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

Company Property

The company name associated with the address.

Syntax

[Newtonsoft.Json.JsonProperty("company")]
public string Company { get; protected set; }

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

Country Property

The ISO 3166-1 alpha-2 country code for the country associated with the address (e.g., "US")

Syntax

[Newtonsoft.Json.JsonProperty("country")]
public string Country { get; protected set; }

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

FirstName Property

The first name associated with the address.

Syntax

[Newtonsoft.Json.JsonProperty("first_name")]
public string FirstName { get; protected set; }

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

LastName Property

The last name associated with the address.

Syntax

[Newtonsoft.Json.JsonProperty("last_name")]
public string LastName { get; protected set; }

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

PhoneCountryCode Property

The phone number, without the country code, associated with the address.

Syntax

[Newtonsoft.Json.JsonProperty("phone_country_code")]
public string PhoneCountryCode { get; protected set; }

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

PhoneNumber Property

The phone country code for the phone number associated with the address.

Syntax

[Newtonsoft.Json.JsonProperty("phone_number")]
public string PhoneNumber { get; protected set; }

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

Postal Property

The postal code for associated with the address.

Syntax

[Newtonsoft.Json.JsonProperty("postal")]
public string Postal { get; protected set; }

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

Region Property

The ISO 3166-2 subdivision code for the region associated with the address.

Syntax

[Newtonsoft.Json.JsonProperty("region")]
public string Region { get; protected set; }

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

ToString Method

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