Click or drag to resize

Location Class

The location information for the transaction being sent to the web service.
Inheritance Hierarchy
SystemObject
  MaxMind.MinFraud.RequestLocation
    MaxMind.MinFraud.RequestBilling
    MaxMind.MinFraud.RequestShipping

Namespace:  MaxMind.MinFraud.Request
Assembly:  MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntax
public abstract class Location

The Location type exposes the following members.

Constructors
  NameDescription
Protected methodLocation
Constructor.
Top
Properties
  NameDescription
Public propertyAddress
The first line of the address.
Public propertyAddress2
The second line of the address.
Public propertyCity
The city associated with the address.
Public propertyCompany
The company name associated with the address.
Public propertyCountry
The ISO 3166-1 alpha-2 country code for the country associated with the address (e.g., "US")
Public propertyFirstName
The first name associated with the address.
Public propertyLastName
The last name associated with the address.
Public propertyPhoneCountryCode
The phone number, without the country code, associated with the address.
Public propertyPhoneNumber
The phone country code for the phone number associated with the address.
Public propertyPostal
The postal code for associated with the address.
Public propertyRegion
The ISO 3166-2 subdivision code for the region associated with the address.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Top
See Also