Gets the cardholder's address postal code.
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();
}
The address postal code.
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
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document