Class FinCustMsgBuilder
Builder for customer messages (HKKDM).
Inherited Members
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 |
---|---|
int |
Methods
Build(FinAcct, string, string, string)
Declaration
public FinOrder Build(FinAcct aOrderingAcct, string sPlainTextMsg, string sSubject, string sRecipient)
Parameters
Type | Name | Description |
---|---|---|
FinAcct | aOrderingAcct | The account that the plain text message refers to. May be |
string | sPlainTextMsg | The plain text message to be sent. Shall not be longer than MaxLen
characters. Must not be |
string | sSubject | Optional message subject or |
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 |