Click or drag to resize

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.
Inheritance Hierarchy
SystemObject
  Ignition.Crm.AddressValidationAddressValidationResultT

Namespace: Ignition.Crm.AddressValidation
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public class AddressValidationResult<T>
where T : new(), CustomerAddress

Type Parameters

T
The type of address to validate

The AddressValidationResultT type exposes the following members.

Constructors
 NameDescription
Public methodAddressValidationResultTInitializes a new instance of the AddressValidationResultT class
Top
Properties
 NameDescription
Public propertySuggestedAddress The address that was found to match the one requested for validation.
Public propertyValidationFailureMessage If validation failed, explains why
Public propertyValidationSuccessful Indicates if a matching address to validate against was found
Top
See Also