Address Property
Identifies the address to be validated.
Syntax
[VB.NET] Public Property Address As AddressDetail
[C#] public AddressDetail Address {get; set;}
Remarks
This property is required to be provided in the request when the ValidateAddress method is called.
The City and State are required to be set only if the ZipCode are not present in the request. Otherwise those are optional.
This must be set to an instance of the AddressDetail type. See the AddressDetail type for more information.