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 |
---|---|
FinancialCardIssuer |
FinancialCard.getIssuer()
Gets the card issuer determined based on card number patterns.
|
static FinancialCardIssuer |
FinancialCardIssuer.identifyByCardNumber(java.lang.String number)
This method attempts to identify the issuer of a credit card based on
a credit card number.
|
static FinancialCardIssuer |
FinancialCardIssuer.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FinancialCardIssuer[] |
FinancialCardIssuer.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
FinancialCard.setIssuer(FinancialCardIssuer issuer)
Sets the card issuer.
|