Class ScraperCreditCardInfo
Inheritance
System.Object
ScraperCreditCardInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Subsembly.Scraper
Assembly: Subsembly.Scraper.dll
Syntax
public class ScraperCreditCardInfo
Constructors
ScraperCreditCardInfo(String[])
Declaration
public ScraperCreditCardInfo(params string[] vsBinRanges)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | vsBinRanges |
Properties
BankCode
Declaration
public string BankCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CardName
Declaration
public string CardName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IconName
Declaration
public string IconName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LoginUrl
Declaration
public string LoginUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ContainsCard(String)
Declaration
public bool ContainsCard(string sCreditCardNo)
Parameters
Type | Name | Description |
---|---|---|
System.String | sCreditCardNo |
Returns
Type | Description |
---|---|
System.Boolean |