AddressValidationResultT Class

Represents the end-result of a request for validation from the external address validation service, containing additional or corrected information about the submitted address when available.

Definition

Namespace: Ignition.Crm.AddressValidation
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public class AddressValidationResult<T>
where T : new(), CustomerAddress
Inheritance
Object    AddressValidationResultT

Type Parameters

T
The type of address to validate

Constructors

AddressValidationResultTInitializes a new instance of the AddressValidationResultT class

Properties

SuggestedAddress The address that was found to match the one requested for validation.
ValidationFailureMessage If validation failed, explains why
ValidationSuccessful Indicates if a matching address to validate against was found

See Also