←Select platform

AddressPostalCode Property (AAMVAID)

Summary

Gets the cardholder's address postal code.

Syntax
C#
VB
Objective-C
C++
Java
public string AddressPostalCode { get; } 
Public Property AddressPostalCode As System.String 
@property (nonatomic, nullable, copy, readonly) NSString * addressPostalCode 
public String getAddressPostalCode() 
public: 
property AddressPostalCode { 
   System::String^ get(); 
} 

Property Value

The address postal code.

Remarks

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

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

Example

For an example, refer to AAMVAID.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.