AddressValidationResultTSuggestedAddress Property

The address that was found to match the one requested for validation.

Definition

Namespace: Ignition.Crm.AddressValidation
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public T SuggestedAddress { get; set; }

Property Value

T

Remarks

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".

See Also