Class FinCreditCardMvmt
A single credit card movement (transaction).
Inheritance
Inherited Members
Namespace: Subsembly.FinTS
Assembly: Subsembly.FinTS.Core.dll
Syntax
public class FinCreditCardMvmt
Properties
BookedAmount
The booked amount and currency.
Declaration
public SwiftAmt BookedAmount { get; }
Property Value
Type | Description |
---|---|
SwiftAmt |
BookingDate
The date of booking.
Declaration
public SwiftDate BookingDate { get; }
Property Value
Type | Description |
---|---|
SwiftDate |
BookingRef
Booking reference that groups related transactions.
Declaration
public string BookingRef { get; }
Property Value
Type | Description |
---|---|
System.String |
CashChargeInfo
Information about the extra charge on cash withdrawals.
Declaration
public string CashChargeInfo { get; }
Property Value
Type | Description |
---|---|
System.String |
ChargingCode
Declaration
public string ChargingCode { get; }
Property Value
Type | Description |
---|---|
System.String |
CountryCode
The country code of the country where the transaction was done.
Declaration
public string CountryCode { get; }
Property Value
Type | Description |
---|---|
System.String |
CreditCardNumber
Number of credit card that was actually used for this transaction.
Declaration
public string CreditCardNumber { get; }
Property Value
Type | Description |
---|---|
System.String |
ExchangeRate
The exchange rate from OriginalAmount to BookedAmount.
Declaration
public decimal ExchangeRate { get; }
Property Value
Type | Description |
---|---|
System.Decimal |
ForeignChargeInfo
Information about the extra charge on foreign card usage.
Declaration
public string ForeignChargeInfo { get; }
Property Value
Type | Description |
---|---|
System.String |
OriginalAmount
If the transaction was in a different currency than the booking currence, then this contains the original currency and amount.
Declaration
public SwiftAmt OriginalAmount { get; }
Property Value
Type | Description |
---|---|
SwiftAmt |
ReceiptDate
The date of the receipt.
Declaration
public SwiftDate ReceiptDate { get; }
Property Value
Type | Description |
---|---|
SwiftDate |
Settled
Indicatres whether this transaction is already settled.
Declaration
public bool Settled { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
SettlementCode
Identifies the settlement period that this transaction belongs to.
Declaration
public string SettlementCode { get; }
Property Value
Type | Description |
---|---|
System.String |
TransactionText
The transaction detail text.
Declaration
public string[] TransactionText { get; }
Property Value
Type | Description |
---|---|
System.String[] |
ValueDate
The value date (Wertstellungsdatum).
Declaration
public SwiftDate ValueDate { get; }
Property Value
Type | Description |
---|---|
SwiftDate |