Click or drag to resize

FinancialCardTrackTwo Class

This class represents the second track of a financial card
Inheritance Hierarchy
SystemObject
  EasyScriptAPIFinancialCardTrackTwo

Namespace:  EasyScriptAPI
Assembly:  EasyScriptAPI (in EasyScriptAPI.dll) Version: 3.5.29.0 (3.5.29.0)
Syntax
public class FinancialCardTrackTwo

The FinancialCardTrackTwo type exposes the following members.

Constructors
  NameDescription
Public methodFinancialCardTrackTwo
Initializes a new instance of the FinancialCardTrackTwo class
Top
Methods
  NameDescription
Public methodGetAccountNumber
Gets the account number of the card in track two.
Public methodGetDiscretionaryData
Gets the discretionary data on the second track of the card.
Public methodGetExpiration
Gets the expiration date of the card
Public methodGetServiceCode
Gets the service code of the card
Public methodStatic memberParse
This method attempts to parse track two out the raw track string.
Public methodToString
Returns this object as a human readable string
(Overrides ObjectToString.)
Top
See Also