Click or drag to resize

FinancialCardIssuer Class

This class attempts to identify credit card issuers based on patterns in the numbers each vendor issues.
Inheritance Hierarchy
SystemObject
  EasyScriptAPIFinancialCardIssuer

Namespace:  EasyScriptAPI
Assembly:  EasyScriptAPI (in EasyScriptAPI.dll) Version: 3.5.29.0 (3.5.29.0)
Syntax
public class FinancialCardIssuer

The FinancialCardIssuer type exposes the following members.

Methods
  NameDescription
Public methodGetIssuerName
Gets the issuer name.
Public methodGetRegex
This method gets the regular expression pattern used to match the card number for this member.
Public methodGetRegexString
Gets the regular expression string.
Public methodStatic memberIdentifyByCardNumber
This method attempts to identify the issuer of a credit card based on a credit card number.
Top
See Also