MsrFieldData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An instance of a MsrFieldData class is returned by the ParseMsrFieldData protected method of the MsrBase class. The string fields and discretionary data are decoded, and then stored in their respective properties.
public class MsrFieldData
type MsrFieldData = class
Public Class MsrFieldData
- Inheritance
-
MsrFieldData
Constructors
MsrFieldData() |
Creates an instance of the MsrFieldData class. |
MsrFieldData(String, String, String, String, String, String, String, String, Byte[], Byte[]) |
Creates an instance of the MsrFieldData class with the specified parameters. |
MsrFieldData(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String) |
Creates an instance of the MsrFieldData class based on the parameters specified. |
Properties
AccountNumber |
Gets or sets the account number from the most recently swiped card. |
Address |
Gets or sets the address in the most recently swiped card. |
BirthDate |
Gets or sets the date of birth in the most recently swiped card. |
City |
Gets or sets the name of the city in the most recently swiped card. |
Class |
Gets or sets the class in the most recently swiped card. |
Endorsements |
Gets or sets the endorsements in the most recently swiped card. |
ExpirationDate |
Gets or sets the expiration date from the most recently swiped card, as four ASCII decimal characters in the form YYMM. For example, February 1998 is "9802" and August 2018 is "1808". |
EyeColor |
Gets or sets the eye color field in the most recently swiped card. |
FirstName |
Gets or sets the first name from the most recently swiped card. |
Gender |
Gets or sets the gender field in the most recently swiped card. |
HairColor |
Gets or sets the hair color field in the most recently swiped card. |
Height |
Gets or sets the height field in the most recently swiped card. |
LicenseNumber |
Gets or sets the license number in the most recently swiped card. |
MiddleInitial |
Gets or sets the middle initial from the most recently swiped card. |
PostalCode |
Gets or sets the postal code in the most recently swiped card. |
Restrictions |
Gets or sets the restrictions field in the most recently swiped card. |
ServiceCode |
Gets or sets the service code from the most recently swiped card. |
State |
Gets or sets the state field in the most recently swiped card. |
Suffix |
Gets or sets the suffix from the most recently swiped card. |
Surname |
Gets or sets the surname from the most recently swiped card. |
Title |
Gets or sets the title from the most recently swiped card. |
Track1DiscretionaryData |
Gets or sets the Track 1 discretionary data from the most recently swiped card. |
Track2DiscretionaryData |
Gets or sets the Track 2 discretionary data from the most recently swiped card. |
Weight |
Gets or sets the weight field in the most recently swiped card. |