AddressValidationResultTSuggestedAddress Property
The address that was found to match the one requested for validation.
Namespace: Ignition.Crm.AddressValidationAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public T SuggestedAddress { get; set; }
Public Property SuggestedAddress As T
Get
Set
public:
property T SuggestedAddress {
T get ();
void set (T value);
}
member SuggestedAddress : 'T with get, set
Property Value
T This address will likely have additional fields filled in that the original requested address didn't (as far as the information
was available via the external validation service), and may also contain some fields that are different from the original address.
For example, an original Line1 of "123 W. Elm St" might come back as the more complete, "123 West Elm Street".