Click or drag to resize

IAutoaddressVerifyAddressAsync Method (Request)

Verify that the address supplied matches the Eircode supplied as an asynchronous operation.

Namespace:  Autoaddress.Autoaddress2_0
Assembly:  Autoaddress2.0SDK (in Autoaddress2.0SDK.dll) Version: 1.0.18
Syntax
Task<Response> VerifyAddressAsync(
	Request request
)

Parameters

request
Type: Autoaddress.Autoaddress2_0.Model.VerifyAddressRequest
VerifyAddress request.

Return Value

Type: TaskResponse
The task object representing the asynchronous operation.
See Also