Class FinCreditCardMvmtsBuilder
Builder for credit card movements inquiries (HKKKU, DKKKU).
Inherited Members
Namespace: Subsembly.FinTS
Assembly: Subsembly.FinTS.Core.dll
Syntax
public class FinCreditCardMvmtsBuilder : FinOrderBuilder
Remarks
The DKKKU is an FinTS extension specific to the Sparkasse. The HKKKU is the official version. This builder prefers HKKKU over DKKKU, if both are supported by the bank.
Constructors
FinCreditCardMvmtsBuilder(FinContact)
Declaration
public FinCreditCardMvmtsBuilder(FinContact aContact)
Parameters
Type | Name | Description |
---|---|---|
FinContact | aContact |
Properties
AcctRequired
Declaration
public bool AcctRequired { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
CreditCardMvmtDataCutoff
Number of days that credit card movement data is stored at the bank.
Declaration
public int CreditCardMvmtDataCutoff { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
MaxEntriesAllowed
True if the request parameter MaxEntries may be set.
Declaration
public bool MaxEntriesAllowed { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
SpecificPeriodAllowed
True if the request may specify a partcular period.
Declaration
public bool SpecificPeriodAllowed { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
Build(FinAcct, String, SwiftDate, SwiftDate, Int32, String)
Builds a credit card movements inquiry request from the given parameters.
Declaration
public FinCreditCardMvmts Build(FinAcct aOrderAcct, string sCreditCardNumber, SwiftDate tStartDate, SwiftDate tEndDate, int nMaxNoEntries, string sScrollRef)
Parameters
Type | Name | Description |
---|---|---|
FinAcct | aOrderAcct | The ordering customers credit card account information. |
System.String | sCreditCardNumber | The credit card number. |
SwiftDate | tStartDate | Optional starting date. Must not be older than today minus CreditCardMvmtDataCutoff days. |
SwiftDate | tEndDate | Optional ending date. Must be after or equal to aStartDate (if given). |
System.Int32 | nMaxNoEntries | Optional max number of entries to return. Must only be specified when MaxEntriesAllowed is true. Must be zero, otherwise. |
System.String | sScrollRef | Optional scroll reference from a previous inquiry. |
Returns
Type | Description |
---|---|
FinCreditCardMvmts |