 | 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 HierarchySystemObject
Ignition.Crm.AddressValidationAddressValidationResultT
Namespace: Ignition.Crm.AddressValidationAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntaxpublic class AddressValidationResult<T>
where T : new(), CustomerAddress
Public Class AddressValidationResult(Of T As {New, CustomerAddress})generic<typename T>
where T : gcnew(), CustomerAddress
public ref class AddressValidationResult
type AddressValidationResult<'T when 'T : new() and CustomerAddress> = class end
Type Parameters
- T
- The type of address to validate
The AddressValidationResultT type exposes the following members.
Constructors
Properties
See Also