Class FinTanGeneratorSyncBuilder
Builder for a TAN generator sync request segment (HKTSY).
public class FinTanGeneratorSyncBuilder : FinOrderBuilder
- Inheritance
-
FinTanGeneratorSyncBuilder
- Inherited Members
Constructors
FinTanGeneratorSyncBuilder(FinContact)
public FinTanGeneratorSyncBuilder(FinContact aContact)
Parameters
aContactFinContact
Properties
CardNumberReqd
Indicates whether the card number is required for synchronisation.
public bool CardNumberReqd { get; }
Property Value
CardSequenceNumberReqd
Indicates whether the card sequence number is required for synchronisation.
public bool CardSequenceNumberReqd { get; }
Property Value
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)
public FinOrder Build(int nATC, string sTAN, string sCardNumber, string sCardSequenceNumber)
Parameters
nATCintThe transaction counter (ATC) obtained from the TAN generator.
sTANstringThe TAN associated with the ATC. Must not be
nullor an empty string.sCardNumberstringOptional card number.
sCardSequenceNumberstringOptional card sequence number.
Returns
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.