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.
Namespace: Ignition.Crm.AddressValidationAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public 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
- Inheritance
- Object AddressValidationResultT
Type Parameters
- T
- The type of address to validate