StreetAddress Property
Set this to the first line of buyer's address.
Syntax
[VB.NET] Public Property StreetAddress As String
[C#] public string StreetAddress {get; set;}
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.
Default Value
""