←Select platform

AddressPostalCode Property

Summary

The postal code of the cardholder's address.

Syntax
C#
VB
C++
public string AddressPostalCode { get; set; } 
Public Property AddressPostalCode() As String 
   Get 
   Set 
public:  
   property String^ AddressPostalCode 
   { 
      String^ get() 
      void set(String^ value) 
   } 

Property Value

The postal code of the address.

Remarks

Can be null if postal code is not encoded in the barcode data used to create the AAMVAID identification.

Character separation using dashes or spaces are ignored.

Canadian postal codes are typically six alphanumeric characters long:

eg. M4RQ5R

United States postal codes are typically in the five numeric character pre-1983 format or the nine numeric character post-1983 ZIP+4 format:

eg. 28205 or 282053245

Mexican postal codes are typically five numeric characters long:

eg. 77508

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.CloudServices Assembly