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

    Class FinChangePinBuilder

    Builder for a change PIN request segment (DKPAE or HKPAE).

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

    Constructors

    FinChangePinBuilder(FinContact)

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

    Declaration
    public FinChangePinBuilder(FinContact aContact)
    Parameters
    Type Name Description
    FinContact aContact
    Exceptions
    Type Condition
    System.ArgumentNullException

    The parameter aContact was null.

    System.InvalidOperationException

    The given contact does not use PIN/TAN security.

    Methods

    Build(String)

    Creates an order segment that can be used to submit a PIN change request.

    Declaration
    public FinOrder Build(string sNewPin)
    Parameters
    Type Name Description
    System.String sNewPin

    The new PIN that shall be submitted with the PIN change request. This must not be null, must not be an empty string and must not be longer than 99 characters.

    Returns
    Type Description
    FinOrder

    Returns a new FinOrder instance that encapsulates an order for a PIN change request. Depending on the type of orders supported according to the bank parameter data, this may either be a HKPAE or a DKPAE segment.

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