• API Overview
  • EBICS API
  • FinTS API
  • XS2A API
  • SEPA API

    Class ScraperContactNewLbbCreditCard

    Inheritance
    System.Object
    ScraperContact
    ScraperContactNewLbbCreditCard
    Implements
    IScraperContact
    IScraperPersist
    Inherited Members
    ScraperContact.Load(JsonObject)
    ScraperContact.Save()
    ScraperContact.IsDirty
    ScraperContact.ScraperName
    ScraperContact.AccountServiceTypes
    ScraperContact.Authentication
    ScraperContact.Capabilities
    ScraperContact.ProductName
    ScraperContact.BankCode
    ScraperContact.LoginURL
    ScraperContact.BuildOAuthUrl(String)
    ScraperContact.CreateSession()
    ScraperContact.SetDirty()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Subsembly.Scraper
    Assembly: Subsembly.Scraper.dll
    Syntax
    public class ScraperContactNewLbbCreditCard : ScraperContact, IScraperContact, IScraperPersist

    Constructors

    ScraperContactNewLbbCreditCard()

    Declaration
    public ScraperContactNewLbbCreditCard()

    Properties

    DeviceID

    Device ID to be saved for future logins.

    Declaration
    public string DeviceID { get; set; }
    Property Value
    Type Description
    System.String

    Profile

    Declaration
    public override JsonObject Profile { get; }
    Property Value
    Type Description
    JsonObject
    Overrides
    ScraperContact.Profile

    Methods

    OnCreateSession()

    Declaration
    public override ScraperSession OnCreateSession()
    Returns
    Type Description
    ScraperSession
    Overrides
    ScraperContact.OnCreateSession()

    OnLoad(JsonObject)

    Declaration
    public override void OnLoad(JsonObject js)
    Parameters
    Type Name Description
    JsonObject js
    Overrides
    ScraperContact.OnLoad(JsonObject)

    OnSave(JsonObject)

    Declaration
    public override void OnSave(JsonObject js)
    Parameters
    Type Name Description
    JsonObject js
    Overrides
    ScraperContact.OnSave(JsonObject)

    Implements

    IScraperContact
    IScraperPersist
    Back to top Copyright 2009-2022 Subsembly GmbH