Class FinCreditCardMvmt

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

A single credit card movement (transaction), extracted from a HIKKU or DIKKU segment.

public class FinCreditCardMvmt
Inheritance
FinCreditCardMvmt
Inherited Members

Properties

BookedAmount

The booked amount and currency.

public SwiftAmt BookedAmount { get; }

Property Value

SwiftAmt

BookingDate

The date of booking.

public SwiftDate BookingDate { get; }

Property Value

SwiftDate

BookingRef

Booking reference that groups related transactions.

public string BookingRef { get; }

Property Value

string

CashChargeInfo

Information about the extra charge on cash withdrawals.

public string CashChargeInfo { get; }

Property Value

string

ChargingCode

public string ChargingCode { get; }

Property Value

string

CountryCode

The country code of the country where the transaction was done.

public string CountryCode { get; }

Property Value

string

CreditCardNumber

Number of credit card that was actually used for this transaction.

public string CreditCardNumber { get; }

Property Value

string

ExchangeRate

The exchange rate from OriginalAmount to BookedAmount.

public decimal ExchangeRate { get; }

Property Value

decimal

ForeignChargeInfo

Information about the extra charge on foreign card usage.

public string ForeignChargeInfo { get; }

Property Value

string

MerchantName

Name of card accepting merchant.

public string MerchantName { get; }

Property Value

string

OriginalAmount

If the transaction was in a different currency than the booking currence, then this contains the original currency and amount.

public SwiftAmt OriginalAmount { get; }

Property Value

SwiftAmt

ReceiptDate

The date of the receipt.

public SwiftDate ReceiptDate { get; }

Property Value

SwiftDate

Settled

Indicatres whether this transaction is already settled.

public bool Settled { get; }

Property Value

bool

SettlementCode

Identifies the settlement period that this transaction belongs to.

public string SettlementCode { get; }

Property Value

string

SettlementDate

The settlement date (Abrechnungsdatum).

public SwiftDate SettlementDate { get; }

Property Value

SwiftDate

TerminalID

ID of accepting POS terminal.

public string TerminalID { get; }

Property Value

string

TransactionText

The transaction detail text.

public string[] TransactionText { get; }

Property Value

string[]

ValueDate

The value date (Wertstellungsdatum).

public SwiftDate ValueDate { get; }

Property Value

SwiftDate