Class FinCreditCardMvmt
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
BookingDate
The date of booking.
public SwiftDate BookingDate { get; }
Property Value
BookingRef
Booking reference that groups related transactions.
public string BookingRef { get; }
Property Value
CashChargeInfo
Information about the extra charge on cash withdrawals.
public string CashChargeInfo { get; }
Property Value
ChargingCode
public string ChargingCode { get; }
Property Value
CountryCode
The country code of the country where the transaction was done.
public string CountryCode { get; }
Property Value
CreditCardNumber
Number of credit card that was actually used for this transaction.
public string CreditCardNumber { get; }
Property Value
ExchangeRate
The exchange rate from OriginalAmount to BookedAmount.
public decimal ExchangeRate { get; }
Property Value
ForeignChargeInfo
Information about the extra charge on foreign card usage.
public string ForeignChargeInfo { get; }
Property Value
MerchantName
Name of card accepting merchant.
public string MerchantName { get; }
Property Value
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
ReceiptDate
The date of the receipt.
public SwiftDate ReceiptDate { get; }
Property Value
Settled
Indicatres whether this transaction is already settled.
public bool Settled { get; }
Property Value
SettlementCode
Identifies the settlement period that this transaction belongs to.
public string SettlementCode { get; }
Property Value
SettlementDate
The settlement date (Abrechnungsdatum).
public SwiftDate SettlementDate { get; }
Property Value
TerminalID
ID of accepting POS terminal.
public string TerminalID { get; }
Property Value
TransactionText
The transaction detail text.
public string[] TransactionText { get; }
Property Value
- string[]
ValueDate
The value date (Wertstellungsdatum).
public SwiftDate ValueDate { get; }