Click or drag to resize

Billing Constructor

Constructor.

Namespace:  MaxMind.MinFraud.Request
Assembly:  MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntax
public Billing(
	string firstName = null,
	string lastName = null,
	string company = null,
	string address = null,
	string address2 = null,
	string city = null,
	string region = null,
	string country = null,
	string postal = null,
	string phoneNumber = null,
	string phoneCountryCode = null
)

Parameters

firstName (Optional)
Type: SystemString
The first name of the end user as provided in their billing information.
lastName (Optional)
Type: SystemString
The last name of the end user as provided in their billing information.
company (Optional)
Type: SystemString
The company of the end user as provided in their billing information.
address (Optional)
Type: SystemString
The first line of the user’s billing address.
address2 (Optional)
Type: SystemString
The second line of the user’s billing address.
city (Optional)
Type: SystemString
The city of the user’s billing address.
region (Optional)
Type: SystemString
The ISO 3166-2 subdivision code for the user’s billing address.
country (Optional)
Type: SystemString
The two character ISO 3166-1 alpha-2 country code of the user’s billing address.
postal (Optional)
Type: SystemString
The postal code of the user’s billing address.
phoneNumber (Optional)
Type: SystemString
The phone number without the country code for the user’s billing address.
phoneCountryCode (Optional)
Type: SystemString
The country code for phone number associated with the user’s billing address.
See Also