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 |
---|---|---|
FinContact | 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.Boolean |
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.Boolean |
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.String | 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 TanListNoReqd property. |
System.String | 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 TanListTanReqd property. |
Returns
Type | Description |
---|---|
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. |