ZipCode Property
Set this to the postal code to be verified.
Object Oriented Interface
public function getZipCode(); public function setZipCode($value);
Procedural Interface
inpaypal_addressverify_get($res, 34 ); inpaypal_addressverify_set($res, 34, $value );
Default Value
''
Remarks
For a successful verification, the value of this property must match the first five characters of the postal code on file for the PayPal account. Whitespace and the case of the text are ignored.
Data Type
String