MagneticStripeReaderBankCardDataReceivedEventArgs MagneticStripeReaderBankCardDataReceivedEventArgs MagneticStripeReaderBankCardDataReceivedEventArgs MagneticStripeReaderBankCardDataReceivedEventArgs Class

Definition

Provides bank card data from the BankCardDataReceived event.

public : sealed class MagneticStripeReaderBankCardDataReceivedEventArgs : IMagneticStripeReaderBankCardDataReceivedEventArgspublic sealed class MagneticStripeReaderBankCardDataReceivedEventArgs : IMagneticStripeReaderBankCardDataReceivedEventArgsPublic NotInheritable Class MagneticStripeReaderBankCardDataReceivedEventArgs Implements IMagneticStripeReaderBankCardDataReceivedEventArgs// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Remarks

This object is created by the BankCardDataReceived event and is returned as an argument to the TypedEventHandler delegate.

Properties

AccountNumber AccountNumber AccountNumber AccountNumber

Gets the account number from the swiped bank card.

public : PlatForm::String AccountNumber { get; }public string AccountNumber { get; }Public ReadOnly Property AccountNumber As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The account number from the swiped bank card.

ExpirationDate ExpirationDate ExpirationDate ExpirationDate

Gets the expiration date from the swiped card.

public : PlatForm::String ExpirationDate { get; }public string ExpirationDate { get; }Public ReadOnly Property ExpirationDate As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The expiration date from the swiped card.

FirstName FirstName FirstName FirstName

Gets the first name from the swiped bank card.

public : PlatForm::String FirstName { get; }public string FirstName { get; }Public ReadOnly Property FirstName As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The first name from the swiped bank card.

MiddleInitial MiddleInitial MiddleInitial MiddleInitial

Gets the middle initial from the swiped bank card.

public : PlatForm::String MiddleInitial { get; }public string MiddleInitial { get; }Public ReadOnly Property MiddleInitial As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The middle initial from the swiped bank card.

Report Report Report Report

Gets the data from the swiped bank card.

public : MagneticStripeReaderReport Report { get; }public MagneticStripeReaderReport Report { get; }Public ReadOnly Property Report As MagneticStripeReaderReport// You can use this property in JavaScript.

ServiceCode ServiceCode ServiceCode ServiceCode

Gets the service code for the swiped bank card.

public : PlatForm::String ServiceCode { get; }public string ServiceCode { get; }Public ReadOnly Property ServiceCode As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The service code for the swiped bank card.

Suffix Suffix Suffix Suffix

Gets the suffix from the swiped bank card.

public : PlatForm::String Suffix { get; }public string Suffix { get; }Public ReadOnly Property Suffix As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The suffix from the swiped bank card.

Surname Surname Surname Surname

Gets the surname from the swiped bank card.

public : PlatForm::String Surname { get; }public string Surname { get; }Public ReadOnly Property Surname As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The surname from the swiped bank card.

Title Title Title Title

Gets the title from the swiped bank card.

public : PlatForm::String Title { get; }public string Title { get; }Public ReadOnly Property Title As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The title from the swiped bank card.