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 |
---|---|
bool |
CardSequenceNumberReqd
Indicates whether the card sequence number is required for synchronisation.
Declaration
public bool CardSequenceNumberReqd { get; }
Property Value
Type | Description |
---|---|
bool |
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(int, string, string, string)
Declaration
public FinOrder Build(int nATC, string sTAN, string sCardNumber, string sCardSequenceNumber)
Parameters
Type | Name | Description |
---|---|---|
int | nATC | The transaction counter (ATC) obtained from the TAN generator. |
string | sTAN | The TAN associated with the ATC. Must not be |
string | sCardNumber | Optional card number. |
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.