Enum ScraperCapabilities
Set of flags that indicates the capabilities of a scraper implementation.
Namespace: Subsembly.Scraper
Assembly: Subsembly.Scraper.dll
Syntax
[Flags]
public enum ScraperCapabilities
Fields
Name | Description |
---|---|
ImplementsBalance | Indicates whether the scraper can provide balances through DownloadBalances(out SepaBalance[], JsonObject). |
ImplementsDocuments | Indicates whether PDF documents can be downloaded for the given account. |
ImplementsPayments | Indicates whether the scraper can initiate payments through InitiatePayment(SepaDocument). |
ImplementsStatement | Indicates whether the scraper can provide a transaction report through DownloadStatement(out SepaDocument, JsonObject, DateTime). |
IsTestSystem | Additional flag that is set whenever the IScraperSession is no real account, but a testing system account, only. |
None |