Class FinTanListEnableBuilder
Builder for a TAN list enable request segment (HKTLF or DKTLF).
Inherited Members
Namespace: Subsembly.FinTS
Assembly: Subsembly.FinTS.Core.dll
Syntax
public class FinTanListEnableBuilder : FinOrderBuilder
Constructors
FinTanListEnableBuilder(FinContact)
Creates a FinTanListEnableBuilder instance based on the given bank parameter data.
Declaration
public FinTanListEnableBuilder(FinContact aContact)
Parameters
Type | Name | Description |
---|---|---|
Fin |
aContact |
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.
Declaration
public bool TanListNoReqd { get; }
Property Value
Type | Description |
---|---|
System. |
TanListTanReqd
Indicates whether a TAN from the new TAN list to be enabled must be supplied in the TAN list enable request.
Declaration
public bool TanListTanReqd { get; }
Property Value
Type | Description |
---|---|
System. |
Methods
Build(String, String)
Creates an order segment that can be used to submit TAN list enable.
Declaration
public FinOrder Build(string sTanListNo, string sTanListTan)
Parameters
Type | Name | Description |
---|---|---|
System. |
sTanListNo | 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
Tan |
System. |
sTanListTan | Optionally a TAN number from the new TAN list that shall be enabled. Whether
the new TAN is required can be determined from the Tan |