Class ScraperDeuBaMilesMore

Namespace
Subsembly.Scraper.FinTS
Assembly
Subsembly.Scraper.FinTS.dll

Pseudo-Screen-Scraper for Deutsche Bank Miles & More credit cards, based on FinTS.

public class ScraperDeuBaMilesMore : Scraper, IScraper
Inheritance
ScraperDeuBaMilesMore
Implements
Inherited Members

Remarks

In order to include this screen scraper at the ScraperService it must be registered by calling Register().

Constructors

ScraperDeuBaMilesMore()

public ScraperDeuBaMilesMore()

Fields

BANKCODE

public const string BANKCODE = "50070439"

Field Value

string

Methods

OnCreateScraperContact(SepaAccount)

public override IScraperContact OnCreateScraperContact(SepaAccount aAcct)

Parameters

aAcct SepaAccount

Returns

IScraperContact

Register()

Register this ScraperDeuBaMilesMore at the ScraperService.

public static void Register()