StreetAddress Property
Set this to the first line of buyer's address.
Object Oriented Interface
public function getStreetAddress(); public function setStreetAddress($value);
Procedural Interface
inpaypal_addressverify_get($res, 29 ); inpaypal_addressverify_set($res, 29, $value );
Default Value
''
Remarks
This property should contain the first line of buyer's billing or shipping address, which is to be verified via the VerifyAddress method. For a successful verification, this property must match the first three characters of the street address on file for the PayPal account.
Data Type
String