Package | Description |
---|---|
com.scriptel.easyscript |
This package contains all of the required logic to parse output from
Scriptel ScripTouch EasyScript products.
|
Modifier and Type | Method and Description |
---|---|
FinancialCard |
CardSwipe.getFinancialCard()
Gets parsed financial card data, null if not set.
|
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.
|
Modifier and Type | Method and Description |
---|---|
protected void |
CardSwipe.setFinancialCard(FinancialCard financialCard)
Sets parsed financial card data.
|