• API Overview
  • EBICS API
  • FinTS API
  • XS2A API
  • SEPA API
Search Results for

    Class FinAcctDetails

    The account details of a single account. These may be obtained through a FinAcctDetailsOrder, built buy the FinAcctDetailsBuilder.

    Inheritance
    System.Object
    FinAcctDetails
    Inherited Members
    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.FinTS
    Assembly: Subsembly.FinTS.Core.dll
    Syntax
    public class FinAcctDetails

    Constructors

    FinAcctDetails(FinSegment)

    Declaration
    public FinAcctDetails(FinSegment aHIKIF)
    Parameters
    Type Name Description
    FinSegment aHIKIF
    Exceptions
    Type Condition
    System.ArgumentNullException
    System.ArgumentException

    Properties

    AcctCcy

    Optional ISO 4217 alpha currency code of this account.

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

    AcctHolderName

    The name of the account holder.

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

    AcctHolderName1

    First line of the account holder name.

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

    AcctHolderName2

    Second line of the account holder name.

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

    AcctName

    Optional name of account product type.

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

    A string with up to 30 characters that contains a descriptive name of the type of this account.

    AcctType

    Classification of the account type according to FinTS 3.0.

    Declaration
    public int AcctType { get; }
    Property Value
    Type Description
    System.Int32
    Remarks

    These are the ranges of the returned value according to FinTS 3.0. 1 - 9: Kontokorrent-/Girokonto 10 - 19: Sparkonto 20 - 29: Festgeldkonto (Termineinlagen) 30 - 39: Wertpapierdepot 40 - 49: Kredit-/Darlehenskonto 50 - 59: Kreditkartenkonto 60 - 69: Fonds-Depot bei einer Kapitalanlagegesellschaft 70 - 79: Bausparvertrag 80 - 89: Versicherungsvertrag 90 - 99: Sonstige (nicht zuordenbar)

    AcctTypeClass

    The account type class is derived from the AcctType.

    Declaration
    public FinAcctTypeClass AcctTypeClass { get; }
    Property Value
    Type Description
    FinAcctTypeClass
    Remarks

    Basically the account type class is determined by dividing the AcctType by ten. This means, if the AcctType is zero, then this property will return Giro.

    InterestRates

    Declaration
    public FinAcctDetailsInterestRate[] InterestRates { get; }
    Property Value
    Type Description
    FinAcctDetailsInterestRate[]

    OpeningDate

    Declaration
    public DateTime OpeningDate { get; }
    Property Value
    Type Description
    System.DateTime
    In This Article
    • Constructors
      • FinAcctDetails(FinSegment)
    • Properties
      • AcctCcy
      • AcctHolderName
      • AcctHolderName1
      • AcctHolderName2
      • AcctName
      • AcctType
      • AcctTypeClass
      • InterestRates
      • OpeningDate
    Back to top Copyright 2009-2025 Subsembly GmbH