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

    Class FinAcctStmtBuilder

    Builder for electronic account statement downloads (HKEKA).

    Inheritance
    System.Object
    FinOrderBuilder
    FinAcknowledgeableBuilder
    FinAcctStmtBuilder
    Inherited Members
    FinOrderBuilder.Contact
    FinOrderBuilder.IsSupported
    FinOrderBuilder.SepaDomesticAcctAllowed
    FinOrderBuilder.SepaOrderCustAcct
    FinOrderBuilder.FinTSVersion
    FinOrderBuilder.OrderSegmentType
    FinOrderBuilder.ParamSegmentType
    FinOrderBuilder.SegmentVersion
    FinOrderBuilder.ParameterDEG
    FinOrderBuilder.ParameterCount
    FinOrderBuilder.BuildOrderSegment(FinAcct)
    FinOrderBuilder.BuildOrderSegment()
    FinOrderBuilder.GetStringParameter(Int32)
    FinOrderBuilder.GetIntegerParameter(Int32)
    FinOrderBuilder.GetBoolParameter(Int32)
    FinOrderBuilder.GetAmountParameter(Int32)
    FinOrderBuilder.OrderSegmentInfo
    FinOrderBuilder.BankParamSegment
    FinOrderBuilder.MaxOrders
    FinOrderBuilder.MinSignatures
    FinOrderBuilder.SecurityLevel
    FinOrderBuilder.TanSecuritySupported
    FinOrderBuilder.TanRequired
    FinOrderBuilder.Init(FinOrderSegmentInfo[])
    FinOrderBuilder.Init(FinOrderSegmentInfo, FinSegment)
    FinOrderBuilder.FindParameterSegment(FinOrderSegmentInfo)
    FinOrderBuilder.AugmentSubAcctCharacteristic(FinAcct)
    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 FinAcctStmtBuilder : FinAcknowledgeableBuilder

    Constructors

    FinAcctStmtBuilder(FinContact)

    Declaration
    public FinAcctStmtBuilder(FinContact aContact)
    Parameters
    Type Name Description
    FinContact aContact

    Properties

    AcknowledgementRequired

    Declaration
    public override bool AcknowledgementRequired { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    FinAcknowledgeableBuilder.AcknowledgementRequired

    MaxEntriesAllowed

    True if the request parameter MaxEntries may be set.

    Declaration
    public bool MaxEntriesAllowed { get; }
    Property Value
    Type Description
    System.Boolean

    StmtFormats

    Declaration
    public FinAcctStmtFormat[] StmtFormats { get; }
    Property Value
    Type Description
    FinAcctStmtFormat[]

    StmtNoAllowed

    Declaration
    public bool StmtNoAllowed { get; }
    Property Value
    Type Description
    System.Boolean

    Methods

    _Build(FinAcct, FinAcctStmtFormat, Int32, Int32, String, Int32, String)

    Declaration
    public FinAcctStmtOrder _Build(FinAcct aOrderAcct, FinAcctStmtFormat nStmtFormat, int nStmtNo, int nStmtYear, string sStmtID, int nMaxNoEntries, string sScrollRef)
    Parameters
    Type Name Description
    FinAcct aOrderAcct
    FinAcctStmtFormat nStmtFormat
    System.Int32 nStmtNo
    System.Int32 nStmtYear
    System.String sStmtID
    System.Int32 nMaxNoEntries
    System.String sScrollRef
    Returns
    Type Description
    FinAcctStmtOrder

    Build(FinAcct, FinAcctStmtFormat, FinAcctStmt)

    Declaration
    public FinAcctStmtOrder Build(FinAcct aOrderAcct, FinAcctStmtFormat nStmtFormat, FinAcctStmt aStmt)
    Parameters
    Type Name Description
    FinAcct aOrderAcct
    FinAcctStmtFormat nStmtFormat
    FinAcctStmt aStmt
    Returns
    Type Description
    FinAcctStmtOrder

    Build(FinAcct, FinAcctStmtFormat, Int32, Int32, Int32, String)

    Builds an account statement download request.

    Declaration
    public FinAcctStmtOrder Build(FinAcct aOrderAcct, FinAcctStmtFormat nStmtFormat, int nStmtNo, int nStmtYear, int nMaxNoEntries, string sScrollRef)
    Parameters
    Type Name Description
    FinAcct aOrderAcct

    The ordering customers account information.

    FinAcctStmtFormat nStmtFormat

    Optional, the desired statement data format. This must be one of StmtFormats or Null.

    System.Int32 nStmtNo

    Optional the requested statement number. Use zero to get the current account statement. Must only be provided if StmtNoAllowed is true.

    System.Int32 nStmtYear

    Optional the requested statement year. Use zero to get the current account statement. Must only be provided if StmtNoAllowed is true.

    System.Int32 nMaxNoEntries

    Optional max number of entries to return. Must only be specified when MaxEntriesAllowed is true. Must be zero, otherwise.

    System.String sScrollRef

    Optional scroll reference from a previous inquiry.

    Returns
    Type Description
    FinAcctStmtOrder
    In This Article
    Back to top Copyright 2009-2025 Subsembly GmbH