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
  ProScriptFinancialCardIssuer

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public class FinancialCardIssuer

The FinancialCardIssuer type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
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 methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberIdentifyByCardNumber
This method attempts to identify the issuer of a credit card based on a credit card number.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also