MatchZipCode Property
Postal Code of an address candidate in the list of matches (if any).
Object Oriented Interface
public function getMatchZipCode($matchidx);
Procedural Interface
inship_ezaddress_get($res, 30 , $matchidx);
Default Value
''
Remarks
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).
The size of the array is controlled by the MatchCount property.
This property is read-only and not available at design time.
Data Type
String