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

    Class FinCustMsgBuilder

    Builder for customer messages (HKKDM).

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

    Constructors

    FinCustMsgBuilder(FinContact)

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

    Properties

    MaxLen

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

    Methods

    Build(FinAcct, String, String, String)

    Declaration
    public FinOrder Build(FinAcct aOrderingCustAcct, string sPlainTextMsg, string sSubject, string sRecipient)
    Parameters
    Type Name Description
    FinAcct aOrderingCustAcct

    The account that the plain text message refers to. May be null if the message is not related to any account.

    System.String sPlainTextMsg

    The plain text message to be sent. Shall not be longer than MaxLen characters. Must not be null or an empty string.

    System.String sSubject

    Optional message subject or null. If given, then it must not be longer than 35 characters.

    System.String sRecipient

    Optional name of the recipient within the bank or null. This is only sent starting with segment version 3 (HBCI 2.1). If given, then it must not be longer than 35 characters.

    Returns
    Type Description
    FinOrder
    In This Article
    Back to top Copyright 2009-2025 Subsembly GmbH