Enum ScraperProductType
Type of account product as perceived by the account holder.
Namespace: Subsembly.Scraper
Assembly: Subsembly.Scraper.dll
Syntax
[Flags]
public enum ScraperProductType
Remarks
Do not assume the type of account identification based on the product type. For the purpose of screen scraping it may be necessary to identify a credit card by its bank assigned IBAN, instead of its credit card number.
Fields
Name | Description |
---|---|
BankAccount | Any kind of bank account. This could be a current account, a savings account, a cash deposit account, or another type of bank account. |
CreditCard | A credit card account. Note that the actual account does not necessarily use a credit card number as the account identification. |
Null | Undefined or uninitialized product type. |
TestBankAccount | A test system bank account. |
TestCreditCard | A test system credit card. |