Class FinCreditCardStmtInfo

Namespace
Subsembly.FinTS
Assembly
Subsembly.FinTS.Core.dll

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

SwiftDate

CreditCardAcctID

public string CreditCardAcctID { get; }

Property Value

string

CreditCardNumber

public string CreditCardNumber { get; }

Property Value

string

StmtAmount

The statement amount.

public SwiftAmt StmtAmount { get; }

Property Value

SwiftAmt

StmtDate

Date of the statement. Optional any may be a null date.

public SwiftDate StmtDate { get; }

Property Value

SwiftDate

StmtID

Unique statement ID (Abrechnungskennzeichen).

public string StmtID { get; }

Property Value

string

WasAcknowledged

Indicates whether the statement was already downloaded and acknowledged.

public bool WasAcknowledged { get; }

Property Value

bool