Enum ScraperAccountServiceTypes
The kind of account service provider that is accessed by a scraper.
[Flags]
public enum ScraperAccountServiceTypes
Fields
Bank = 1Plain bank with cash accounts and maybe other account types.
CreditCard = 2Credit card issuer with access to credit card transactions.
None = 0PayPal = 256Special value reserved for future PayPal support.