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
Syntaxpublic Request(
string postcode,
string txn = null
)
Public Sub New (
postcode As String,
Optional txn As String = Nothing
)
public:
Request(
String^ postcode,
String^ txn = nullptr
)
new :
postcode : string *
?txn : string
(* Defaults:
let _txn = defaultArg txn null
*)
-> Request
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