Click or drag to resize

Request Constructor

Initializes a new instance of the Request class.

Namespace:  Autoaddress.Autoaddress2_0.Model.AutoComplete
Assembly:  Autoaddress2.0SDK (in Autoaddress2.0SDK.dll) Version: 1.0.18
Syntax
public Request(
	string address,
	Language language,
	Country country,
	int limit,
	bool geographicAddress,
	bool vanityMode,
	bool addressElements,
	string addressProfileName,
	string txn = null
)

Parameters

address
Type: SystemString
Address or postcode to find.
language
Type: Autoaddress.Autoaddress2_0.ModelLanguage
Language for returned address.
country
Type: Autoaddress.Autoaddress2_0.ModelCountry
Country the address should be searched in.
limit
Type: SystemInt32
An upper limit on the number of options that may be returned.
geographicAddress
Type: SystemBoolean
Return geographic address.
vanityMode
Type: SystemBoolean
Return vanity address format, if it exists.
addressElements
Type: SystemBoolean
Return address elements.
addressProfileName
Type: SystemString
If supplied, a reformatted address (according to profile rules) is returned in the response.
txn (Optional)
Type: SystemString
Transaction. If null then automatically assigned a value in associated response.
See Also