Click or drag to resize

FinancialCardTrackOne Class

This class represents track one of a financial card.
Inheritance Hierarchy
SystemObject
  ProScriptFinancialCardTrackOne

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public class FinancialCardTrackOne

The FinancialCardTrackOne type exposes the following members.

Constructors
  NameDescription
Public methodFinancialCardTrackOne
Initializes a new instance of the FinancialCardTrackOne class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetAccountNumber
Gets the account number on the card
Public methodGetDiscretionaryData
Gets the vendor-specific discretionary data on the card.
Public methodGetExpiration
Gets the expiration date of the card
Public methodGetFirstName
Gets the first name on the card
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetLastName
Gets the last name on the card
Public methodGetServiceCode
Gets the service code on the card
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberParse
This method attempts to parse track one out the raw track string.
Public methodToString
Returns this object as a human readable string.
(Overrides ObjectToString.)
Top
See Also