Class FinTanListEnableBuilder
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
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
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
stringOptionally 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
stringOptionally 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.