MatchDetail Type
Indicates the details of an address candidate in the list of matches (if any).
Remarks
This type contains the results of a search made with the component after a call to the ValidateAddress method. The fields contained by this type are listed below.
Fields
Address1 String |
Address line 1 of an address candidate in the list of matches (if any). This may be returned in the server response when the ValidateAddress method is called and if the connection to the server is successful (no errors returned). | ||||||||||||||
Address2 String |
Address line 2 of an address candidate in the list of matches (if any). This may be returned in the server response when the ValidateAddress method is called and if the connection to the server is successful (no errors returned). | ||||||||||||||
ChangeType String |
Changes made to the Address (during validation process) compared to this address candidate. This is a comma-separated string collection. Possible returned values are
This is only valid for FedEx. This may be returned in the server response when the ValidateAddress method is called and if the connection to the server is successful (no errors returned). | ||||||||||||||
City String |
City name of an address candidate in the list of matches (if any). This may be returned in the server response when the ValidateAddress method is called and if the connection to the server is successful (no errors returned). | ||||||||||||||
Company String |
Name of the company that resides at an address candidate in the list of matches (if any). This may be returned in the server response when the ValidateAddress method is called and if the connection to the server is successful (no errors returned). | ||||||||||||||
CountryCode String |
Country code of an address candidate in the list of matches (if any). This may be returned in the server response when the ValidateAddress method is called and if the connection to the server is successful (no errors returned). | ||||||||||||||
Quality String |
Quality factor an address candidate in the list of matches (if any). Each address is returned with an assigned quality value that indicates how closely the address candidate matches the search criteria. This is used to rate the submitted address. If the Quality is too low, the component returns the "Address Not Validated" message. In FedEx, possible values range from 0 to 100, with 100 being the highest and zero indicating failure. In UPS, this is applicable for a non street-level address validation and/or classification (i.e., when the Address1 is not set in the request). Possible values are:
This may be returned in the server response when the ValidateAddress method is called and if the connection to the server is successful (no errors returned). | ||||||||||||||
ResidentialStatus String |
Residential status of an address candidate in the list of matches (if any). Possible returned values are:
This may be returned in the server response when the ValidateAddress method is called and if the connection to the server is successful (no errors returned). | ||||||||||||||
State String |
State or province code of an address candidate in the list of matches (if any). This may be returned in the server response when the ValidateAddress method is called and if the connection to the server is successful (no errors returned). | ||||||||||||||
ZipCode String |
Postal Code of an address candidate in the list of matches (if any). This may be returned in the server response when the ValidateAddress method is called and if the connection to the server is successful (no errors returned). |
Constructors
[VB.NET] Public MatchDetail() [C#] public MatchDetail();