Class FinCreditCardStmtBuilder
Builder for credit card statement downloads (DKKKA).
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Subsembly.FinTS
Assembly: Subsembly.FinTS.Core.dll
Syntax
public class FinCreditCardStmtBuilder : FinOrderBuilder
Constructors
FinCreditCardStmtBuilder(FinContact)
Declaration
public FinCreditCardStmtBuilder(FinContact aContact)
Parameters
Type | Name | Description |
---|---|---|
FinContact | aContact |
Properties
AcknowledgementRequired
Declaration
public bool AcknowledgementRequired { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
MaxEntriesAllowed
True if the request parameter MaxEntries may be set.
Declaration
public bool MaxEntriesAllowed { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
StmtFormat
Declaration
public FinAcctStmtFormat StmtFormat { get; }
Property Value
Type | Description |
---|---|
FinAcctStmtFormat |
Methods
Build(FinAcct, FinCreditCardStmtInfo)
Declaration
public FinAcctStmtOrder Build(FinAcct aOrderAcct, FinCreditCardStmtInfo aCreditCardStmtInfo)
Parameters
Type | Name | Description |
---|---|---|
FinAcct | aOrderAcct | |
FinCreditCardStmtInfo | aCreditCardStmtInfo |
Returns
Type | Description |
---|---|
FinAcctStmtOrder |
Build(FinAcct, String, String, Int32, String)
Builds a credit card statement download request.
Declaration
public FinAcctStmtOrder Build(FinAcct aOrderAcct, string sCreditCardNumber, string sStmtID, int nMaxNoEntries, string sScrollRef)
Parameters
Type | Name | Description |
---|---|---|
FinAcct | aOrderAcct | The ordering customers account information. |
System.String | sCreditCardNumber | |
System.String | sStmtID | Abrechnungskennzeichen |
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 |
---|---|
FinAcctStmtOrder |