PayPal Integrator V5 - Online Help
PayPal Integrator V5
Questions / Feedback?

StreetMatch Property

Indicates whether the StreetAddress matches.

Syntax

[VB.NET]
Public ReadOnlyProperty StreetMatch As String

[C#]
public string StreetMatch {get;}

Remarks

This property will be filled after a call to the VerifyAddress method. It indicates whether the StreetAddress matches the address on file for the PayPal account specified by the Email property. Only the first three characters of the StreetAddress are compared to the address on file. This property may contain one of the following values:

"None"The input value of the Email property does not match any email address on file at PayPal. In addition, an error response is returned. No further comparison of other input values has been made.
"Matched"The StreetAddress matches the street address on file with PayPal.
"Unmatched"The StreetAddress does not match the street address on file with PayPal.

This property is read-only.

Default Value

""

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 5.0.6240.0