Class FinCustMsgBuilder

Namespace
Subsembly.FinTS
Assembly
Subsembly.FinTS.Core.dll

Builder for customer messages (HKKDM).

public class FinCustMsgBuilder : FinOrderBuilder
Inheritance
FinCustMsgBuilder
Inherited Members

Constructors

FinCustMsgBuilder(FinContact)

public FinCustMsgBuilder(FinContact aContact)

Parameters

aContact FinContact

Properties

MaxLen

public int MaxLen { get; }

Property Value

int

Methods

Build(FinAcct, string, string, string)

public FinOrder Build(FinAcct aOrderingAcct, string sPlainTextMsg, string sSubject, string sRecipient)

Parameters

aOrderingAcct FinAcct

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

sPlainTextMsg string

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

sSubject string

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

sRecipient string

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

FinOrder