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

    Class FinCreditCardStmtInfo

    Information about a credit card statement extracted from a DIKAU segment.

    Inheritance
    System.Object
    FinCreditCardStmtInfo
    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 FinCreditCardStmtInfo

    Properties

    AcknowledgeDate

    Date when the statement was downloaded and acknowledged. Optional any may be a null date.

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

    CreditCardAcctID

    Declaration
    public string CreditCardAcctID { get; }
    Property Value
    Type Description
    System.String

    CreditCardNumber

    Declaration
    public string CreditCardNumber { get; }
    Property Value
    Type Description
    System.String

    StmtAmount

    The statement amount.

    Declaration
    public SwiftAmt StmtAmount { get; }
    Property Value
    Type Description
    SwiftAmt

    StmtDate

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

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

    StmtID

    Unique statement ID (Abrechnungskennzeichen).

    Declaration
    public string StmtID { get; }
    Property Value
    Type Description
    System.String

    WasAcknowledged

    Indicates whether the statement was already downloaded and acknowledged.

    Declaration
    public bool WasAcknowledged { get; }
    Property Value
    Type Description
    System.Boolean
    In This Article
    Back to top Copyright 2009-2025 Subsembly GmbH