MsrFieldData Constructors
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.
Overloads
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. |
MsrFieldData()
MsrFieldData(String, String, String, String, String, String, String, String, Byte[], Byte[])
Creates an instance of the MsrFieldData class with the specified parameters.
public MsrFieldData (string accountNumber, string expirationDate, string firstName, string middleInitial, string serviceCode, string suffix, string surname, string title, byte[] track1DiscretionaryData, byte[] track2DiscretionaryData);
new Microsoft.PointOfService.BaseServiceObjects.MsrFieldData : string * string * string * string * string * string * string * string * byte[] * byte[] -> Microsoft.PointOfService.BaseServiceObjects.MsrFieldData
Public Sub New (accountNumber As String, expirationDate As String, firstName As String, middleInitial As String, serviceCode As String, suffix As String, surname As String, title As String, track1DiscretionaryData As Byte(), track2DiscretionaryData As Byte())
Parameters
- accountNumber
- String
The account number from the most recently swiped card.
- expirationDate
- String
The expiration date from the most recently swiped card, as four ASCII decimal characters in the form YYMM.
- firstName
- String
The first name from the most recently swiped card.
- middleInitial
- String
The middle initial from the most recently swiped card.
- serviceCode
- String
The service code from the most recently swiped card.
- suffix
- String
The suffix from the most recently swiped card.
- surname
- String
The surname from the most recently swiped card.
- title
- String
The title from the most recently swiped card.
- track1DiscretionaryData
- Byte[]
The Track 1 discretionary data from the most recently swiped card.
- track2DiscretionaryData
- Byte[]
The Track 2 discretionary data from the most recently swiped card.
Applies to
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.
public MsrFieldData (string address, string birthDate, string endorsements, string expirationDate, string eyeColor, string firstName, string gender, string hairColor, string height, string licenseNumber, string postalCode, string restrictions, string state, string suffix, string surname, string weight, string _class, string city);
new Microsoft.PointOfService.BaseServiceObjects.MsrFieldData : string * string * string * string * string * string * string * string * string * string * string * string * string * string * string * string * string * string -> Microsoft.PointOfService.BaseServiceObjects.MsrFieldData
Public Sub New (address As String, birthDate As String, endorsements As String, expirationDate As String, eyeColor As String, firstName As String, gender As String, hairColor As String, height As String, licenseNumber As String, postalCode As String, restrictions As String, state As String, suffix As String, surname As String, weight As String, _class As String, city As String)
Parameters
- address
- String
The address in the most recently swiped card.
- birthDate
- String
The birth date in the most recently swiped card.
- endorsements
- String
The endorsements in the most recently swiped card.
- expirationDate
- String
The expiration date in the most recently swiped card.
- eyeColor
- String
The color of the eye in the most recently swiped card.
- firstName
- String
The first name in the most recently swiped card.
- gender
- String
The gender in the most recently swiped card.
- hairColor
- String
The color of the hair in the most recently swiped card.
- height
- String
The height in the most recently swiped card.
- licenseNumber
- String
The license number in the most recently swiped card.
- postalCode
- String
The postal code in the most recently swiped card.
- restrictions
- String
The restrictions in the most recently swiped card.
- state
- String
The name of the state in the most recently swiped card.
- suffix
- String
The suffix in the most recently swiped card.
- surname
- String
The surname in the most recently swiped card.
- weight
- String
The weight as stated in the most recently swiped card.
- _class
- String
The class in the most recently swiped card.
- city
- String
The city in the most recently swiped card.