FinancialCard Class |
Namespace: EasyScriptAPI
The FinancialCard type exposes the following members.
Name | Description | |
---|---|---|
FinancialCard | Initializes a new instance of the FinancialCard class |
Name | Description | |
---|---|---|
GetIssuer |
Gets the card issuer determined based on card patterns
| |
GetTrackOne |
Returns the track one data
| |
GetTrackTwo |
Gets the track two data
| |
IsNumberValid |
Gets whether or not the card passes Luhn's algorithm
| |
Parse |
This method takes the raw card data from the swipe and attempts to
extract financial card data.
| |
ToString |
Returns a string representation of this object
(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
|