Uses of Class
com.scriptel.proscript.cardswipe.FinancialCard
-
Packages that use FinancialCard Package Description com.scriptel.proscript.cardswipe This package contains magnetic card swipe parsing logic and data structures.com.scriptel.proscript.input This package contains data structures representing each type of input report a ScripTouch device can produce. -
-
Uses of FinancialCard in com.scriptel.proscript.cardswipe
Methods in com.scriptel.proscript.cardswipe that return FinancialCard Modifier and Type Method Description static FinancialCard
FinancialCard. parse(java.lang.String cardData)
This method takes the raw card data from the swipe and attempts to extract financial card data.static FinancialCard
CardParser. parseFinancialCard(boolean trackOneValid, java.lang.String trackOne, boolean trackTwoValid, java.lang.String trackTwo)
-
Uses of FinancialCard in com.scriptel.proscript.input
Methods in com.scriptel.proscript.input that return FinancialCard Modifier and Type Method Description FinancialCard
MagneticCardSwipe. parseAsFinancialCard()
Attempts to parse this card as a financial card.
-