Class FinTanListEnableBuilder

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

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

public class FinTanListEnableBuilder : FinOrderBuilder
Inheritance
FinTanListEnableBuilder
Inherited Members

Constructors

FinTanListEnableBuilder(FinContact)

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

public FinTanListEnableBuilder(FinContact aContact)

Parameters

aContact FinContact

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.

public bool TanListNoReqd { get; }

Property Value

bool

TanListTanReqd

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

public bool TanListTanReqd { get; }

Property Value

bool

Methods

Build(string, string)

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

public FinOrder Build(string sTanListNo, string sTanListTan)

Parameters

sTanListNo string

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.

sTanListTan string

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

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.