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

    Class FinSepaDirectDebitIndicationListBuilder

    Specialised builder class for downloading a list of all direct debit transactions that are available for customer reversal. May also be used to get a list of all upcoming direct debit transactions.

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

    HKDSB - Bestand rückgabefähiger SEPA-Lastschriften

    Constructors

    FinSepaDirectDebitIndicationListBuilder(FinContact)

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

    Properties

    MaxEntriesAllowed

    Indicates if a count may be specified in the query.

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

    StoragePeriod

    Indicates the number of past days that can be queried.

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

    TimePeriodPossible

    Indicates if a start and/or ending date may be specified in the query.

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

    Methods

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

    Declaration
    public FinSepaDirectDebitIndicationList Build(FinAcct aOrderAcct, SwiftDate tFromDate, SwiftDate tToDate, int nMaxNoEntries, string sScrollRef)
    Parameters
    Type Name Description
    FinAcct aOrderAcct

    The ordering customers account information. This must be specified as a valid ordering customers account an must not be null.

    SwiftDate tFromDate

    Optional start date for the query. Use NullDate if not specified. Must only be specified when TimePeriodPossible is true. If a date is given, it must not be specify a date before StoragePeriod.

    SwiftDate tToDate

    Optional end date for the query. Use NullDate if not specified. Must only be specified when TimePeriodPossible is true. If a date is given, it must not be specify a date before StoragePeriod.

    System.Int32 nMaxNoEntries

    Optional max number of entries to return. Use zero, if not specified. Must only be set when MaxEntriesAllowed is true.

    System.String sScrollRef

    Optional scroll reference from a previous inquiry.

    Returns
    Type Description
    FinSepaDirectDebitIndicationList

    Returns the fully constructed order, ready to be sent. Returns never null.

    Exceptions
    Type Condition
    System.ArgumentNullException

    The parameter aOrderAcct was null.

    System.ArgumentException

    The parameters tFromDate and tToDate have been specified, and the tFromDate was higher than the tToDate.

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