Enum ScraperAccountServiceTypes

Namespace
Subsembly.Scraper
Assembly
Subsembly.Scraper.dll

The kind of account service provider that is accessed by a scraper.

[Flags]
public enum ScraperAccountServiceTypes

Fields

Bank = 1

Plain bank with cash accounts and maybe other account types.

CreditCard = 2

Credit card issuer with access to credit card transactions.

None = 0
PayPal = 256

Special value reserved for future PayPal support.