MaxMind.MinFraud : MaxMind.MinFraud.Request Namespace

Billing Class

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

Syntax

public sealed class Billing : 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 Location.

Public Constructors

Public Properties

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

Public Methods

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

Member Details

Billing Constructor

Constructor.

Syntax

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