Class FinTanGeneratorSyncBuilder
Builder for a TAN generator sync request segment (HKTSY).
Inherited Members
Namespace: Subsembly.FinTS
Assembly: Subsembly.FinTS.Core.dll
Syntax
public class FinTanGeneratorSyncBuilder : FinOrderBuilder
Constructors
FinTanGeneratorSyncBuilder(FinContact)
Declaration
public FinTanGeneratorSyncBuilder(FinContact aContact)
Parameters
Type | Name | Description |
---|---|---|
FinContact | aContact |
Properties
CardNumberReqd
Indicates whether the card number is required for synchronisation.
Declaration
public bool CardNumberReqd { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
CardSequenceNumberReqd
Indicates whether the card sequence number is required for synchronisation.
Declaration
public bool CardSequenceNumberReqd { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Remarks
The card number could be entered by the user. However, it is more convenient for the user if the card number is obtained through a query of the active TAN media using FinTanMediaListBuilder.
Methods
Build(Int32, String, String, String)
Declaration
public FinOrder Build(int nATC, string sTAN, string sCardNumber, string sCardSequenceNumber)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | nATC | The transaction counter (ATC) obtained from the TAN generator. |
System.String | sTAN | The TAN associated with the ATC. Must not be |
System.String | sCardNumber | Optional card number. |
System.String | sCardSequenceNumber | Optional card sequence number. |
Returns
Type | Description |
---|---|
FinOrder |
Remarks
The card number could be entered by the user. However, it is more convenient for the user if the card number is obtained through a query of the active TAN media using FinTanMediaListBuilder.