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

    Class FinAcctStmtPdfBuilder

    Builder for electronic account statement PDF downloads (HKEKP).

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

    Constructors

    FinAcctStmtPdfBuilder(FinContact)

    Declaration
    public FinAcctStmtPdfBuilder(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

    Base64Encoded

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

    MaxEntriesAllowed

    True if the request parameter MaxEntries may be set.

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

    StmtNoAllowed

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

    Methods

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

    Builds an account statement download request.

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

    The ordering customers account information.

    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