Click or drag to resize

Request Constructor

Initializes a new instance of the Request class.

Namespace:  Autoaddress.Autoaddress2_0.Model.GetGbPostcodeData
Assembly:  Autoaddress2.0SDK (in Autoaddress2.0SDK.dll) Version: 1.0.18
Syntax
public Request(
	string postcode,
	string txn = null
)

Parameters

postcode
Type: SystemString
The postcode to get the data for.
txn (Optional)
Type: SystemString
Transaction. If null then automatically assigned a value in associated response.
See Also