Class FinCreditCardStmtInfo
Information about a credit card statement extracted from a DIKAU segment.
Inheritance
FinCreditCardStmtInfo
Assembly: Subsembly.FinTS.Core.dll
Syntax
public class FinCreditCardStmtInfo
Properties
AcknowledgeDate
Date when the statement was downloaded and acknowledged. Optional any may be a
null date.
Declaration
public SwiftDate AcknowledgeDate { get; }
Property Value
CreditCardAcctID
Declaration
public string CreditCardAcctID { get; }
Property Value
CreditCardNumber
Declaration
public string CreditCardNumber { get; }
Property Value
StmtAmount
Declaration
public SwiftAmt StmtAmount { get; }
Property Value
StmtDate
Date of the statement. Optional any may be a null date.
Declaration
public SwiftDate StmtDate { get; }
Property Value
StmtID
Unique statement ID (Abrechnungskennzeichen).
Declaration
public string StmtID { get; }
Property Value
WasAcknowledged
Indicates whether the statement was already downloaded and acknowledged.
Declaration
public bool WasAcknowledged { get; }
Property Value