Class GoogleAddressValidationRequest
- Namespace
- Visus.AddressValidation.Integration.Google.Models
- Assembly
- Visus.AddressValidation.Integration.Google.dll
Representation of a unified address validation request to Google.
[UsedImplicitly]
public sealed class GoogleAddressValidationRequest : AbstractAddressValidationRequest
- Inheritance
-
GoogleAddressValidationRequest
- Inherited Members
Properties
EnableUspsCass
Gets a value indicating whether USPS CASS processing is enabled for this request.
public bool EnableUspsCass { get; }
Property Value
Remarks
Currently, USPS CASS is only supported for the US.
PreviousResponseId
Gets or sets the Previous Response ID
public Guid? PreviousResponseId { get; set; }
Property Value
- Guid?
Remarks
Value should only be set if an address requires re-validation. The value can be retrieved from the previous request
within the
CustomResponseData collection with the key responseId.