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