• API Overview
  • EBICS API
  • FinTS API
  • XS2A API
  • SEPA API
Search Results for

    Class FinCreditCardMvmt

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

    Inheritance
    System.Object
    FinCreditCardMvmt
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    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

    MerchantName

    Name of card accepting merchant.

    Declaration
    public string MerchantName { 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

    SettlementDate

    The settlement date (Abrechnungsdatum).

    Declaration
    public SwiftDate SettlementDate { get; }
    Property Value
    Type Description
    SwiftDate

    TerminalID

    ID of accepting POS terminal.

    Declaration
    public string TerminalID { 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
    In This Article
    Back to top Copyright 2009-2025 Subsembly GmbH