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

ZipMatch Property

Indicates whether the ZipCode matches.

Syntax

[VB.NET]
Public ReadOnlyProperty ZipMatch As String

[C#]
public string ZipMatch {get;}

Remarks

This property will be filled after a call to the VerifyAddress method. It indicates whether the ZipCode matches the address on file for the PayPal account specified by the Email property. Only the first five characters of the ZipCode 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 ZipCode matches the zip code on file with PayPal.
"Unmatched"The ZipCode does not match the zip code 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