AutoaddressClientVerifyAddress Method (Link) |
Verify that the address supplied matches the Eircode supplied.
Namespace:
Autoaddress.Autoaddress2_0
Assembly:
Autoaddress2.0SDK (in Autoaddress2.0SDK.dll) Version: 1.0.18
Syntaxpublic Response VerifyAddress(
Link link
)
Public Function VerifyAddress (
link As Link
) As Response
public:
virtual Response^ VerifyAddress(
Link^ link
) sealed
abstract VerifyAddress :
link : Link -> Response
override VerifyAddress :
link : Link -> Response
Parameters
- link
- Type: Autoaddress.Autoaddress2_0.Model.VerifyAddressLink
A link returned in a VerifyAddress response.
Return Value
Type:
ResponseVerifyAddress response.
Implements
IAutoaddressVerifyAddress(Link)
See Also