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

    Class FinTanListEnableBuilder

    Builder for a TAN list enable request segment (HKTLF or DKTLF).

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

    Constructors

    FinTanListEnableBuilder(FinContact)

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

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

    Properties

    TanListNoReqd

    Indicates whether the TAN list number of the new TAN list to be enabled must be supplied in the TAN list enable request.

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

    TanListTanReqd

    Indicates whether a TAN from the new TAN list to be enabled must be supplied in the TAN list enable request.

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

    Methods

    Build(String, String)

    Creates an order segment that can be used to submit TAN list enable.

    Declaration
    public FinOrder Build(string sTanListNo, string sTanListTan)
    Parameters
    Type Name Description
    System.String sTanListNo

    Optionally the TAN list number of the new TAN list that shall be enabled. Whether the TAN list number is required can be determined from the TanListNoReqd property.

    System.String sTanListTan

    Optionally a TAN number from the new TAN list that shall be enabled. Whether the new TAN is required can be determined from the TanListTanReqd property.

    Returns
    Type Description
    FinOrder

    Returns a new FinOrder instance that encapsulates an order for a TAN list enable request. Depending on the type of orders supported according to the bank parameter data, this may either be a HKTLF or a DKTLF segment.

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