| FinancialCard Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: ProScript
 Syntax
SyntaxThe FinancialCard type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | FinancialCard | 
            Initializes a new instance of the FinancialCard class.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals | Determines whether the specified object is equal to the current object.(Inherited from Object.) | 
|  | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
|  | GetIssuer | 
            Gets the financial card issuer if possible.
             | 
|  | GetTrackOne | 
            Gets the first track of this financial card.
             | 
|  | GetTrackTwo | 
            Gets the second track of this financial card.
             | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | IsNumberValid | 
            Gets whether or not the card number present on this card is valid or not.
             | 
|   | Parse | 
            This method takes the raw card data from the swipe and attempts to
            extract financial card data.
             | 
|  | ToString | 
            Converts this object into a human readable string.
            (Overrides ObjectToString.) | 
|   | VerifyCardChecksum | 
            This method takes a card number and applies Luhn's algorithm to verify
            the card checksum. This method can detect minor transpositions and
            obviously invalid card numbers, but it cannot detect fake credit card
            numbers. See http://en.wikipedia.org/wiki/Luhn_algorithm">http://en.wikipedia.org/wiki/Luhn_algorithm
             | 
 See Also
See Also