←Select platform

AddressStateAbbreviation (AAMVAID)

Summary

Gets the cardholder's address state abbreviation.

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

Property Value

The state abbreviation. Eg. "NC" for North Carolina (United States).

Remarks

Can be null only if the value of Jurisdiction property is AAMVAJurisdiction.Unknown or AAMVAJurisdiction.StateDeptUsa.

Example

For an example, refer to AAMVAID.

Requirements

Target Platforms

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

Leadtools.Barcode Assembly