Class FinCreditCardMvmtsBuilder
Builder for credit card movements inquiries (DKKKU).
Inherited Members
Namespace: Subsembly.FinTS
Assembly: Subsembly.FinTS.Core.dll
Syntax
public class FinCreditCardMvmtsBuilder : FinOrderBuilder
Remarks
This is an FinTS extension specific to the Sparkasse.
Constructors
FinCreditCardMvmtsBuilder(FinContact)
Declaration
public FinCreditCardMvmtsBuilder(FinContact aContact)
Parameters
Type | Name | Description |
---|---|---|
FinContact | aContact |
Properties
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 aStartDate, SwiftDate aEndDate, 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 | aStartDate | Optional starting date. Must not be older than today minus CreditCardMvmtDataCutoff days. |
SwiftDate | aEndDate | 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 |