🟩 VerifyUsAddresses
For US Verification there are two ways to perform address verification. Either to verify online or against local US Address Database.
public AddressVerificationReport VerifyUsAddresses(DataTable data, UsAddressVerificationSettings settings, CancellationToken cancellationToken)
Parameters
Parameter | Definition |
---|---|
data | Table with source data |
settings | Verification settings |
cancellationToken | cancellation token to cancel the verification |
Returns
Return | Description |
---|---|
AddressVerificationReport | Address Verification Report |
Updated over 3 years ago