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

    Class FinDocListBuilder

    Builder for HKFDL.

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

    Constructors

    FinDocListBuilder(FinContact)

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

    Properties

    MaxEntriesAllowed

    True if the request parameter MaxEntries may be set.

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

    StoragePeriodDays

    Optionally the server may provide an indication of how many days documents are held available for download. Is zero, when this information is not available.

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

    Methods

    Build(FinAcct, SwiftDate, SwiftDate, String, FinDocFormatInfo)

    Declaration
    public FinDocListOrder Build(FinAcct aOrderAcct, SwiftDate tFromDate, SwiftDate tEndDate, string sDocType, FinDocFormatInfo aFormatInfo)
    Parameters
    Type Name Description
    FinAcct aOrderAcct

    Mandatory account for which the document list shall be loaded.

    SwiftDate tFromDate
    SwiftDate tEndDate
    System.String sDocType

    Optional specification of the desired document types. This must be one of the DOCTYPE constant strings defined by the FinDoc class.

    FinDocFormatInfo aFormatInfo

    If the sDocType is DOCTYPE_FINANCEDATAFORMAT, then this may be used to further specify the desired financial data format. For any other document type, this should be null.

    Returns
    Type Description
    FinDocListOrder

    See Also

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