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

    Class FinAcctBalBuilder

    Builder for account balance inquiry orders (HKSAL).

    Inheritance
    System.Object
    FinOrderBuilder
    FinAcctBalBuilder
    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 FinAcctBalBuilder : FinOrderBuilder

    Constructors

    FinAcctBalBuilder(FinContact)

    Creates a FinAcctBalBuilder instance based on the given bank parameter data.

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

    Contact data of a fully initialised and synchronised contact for which to create the FinAcctBalBuilder instance.

    Methods

    Build(FinAcct, Boolean)

    Builds an account balance inquiry order for the given account.

    Declaration
    public FinAcctBal Build(FinAcct aOrderAcct, bool fAllAcct)
    Parameters
    Type Name Description
    FinAcct aOrderAcct

    The ordering customers account information. This must be specified as a valid ordering customers account, even if the the flag fAllAcct is true. Furthermore, this account must be enabled for balance inquiry orders.

    System.Boolean fAllAcct

    Indicates whether the balances of all accounts of the customer that owns the ordering account shall be returned (

    true
    ), or whether only the balance of the given ordering account shall be returned.

    Returns
    Type Description
    FinAcctBal

    Initialised instance of FinAcctBal that is ready to be executed.

    Remarks

    Please note that not all banks support the possibility of inquiring the balance of all accounts of the ordering customer. Hence, if the flag fAllAcct is

    true
    at these banks, then an error message will be returned.

    On the other hand, if the flag fAllAcct is

    true
    , then some banks return balance information for accounts that do not appear in the user parameter data.

    In This Article
    Back to top Copyright 2009-2025 Subsembly GmbH