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

    Class FinDistFileInfo

    Contains the information about an order file from distributed signature processing.

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

    Properties

    AdditionalInformation

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

    ControlSum

    Total amount of all transactions in the file.

    Declaration
    public SwiftAmt ControlSum { get; set; }
    Property Value
    Type Description
    SwiftAmt

    CreationTimestamp

    Declaration
    public DateTime CreationTimestamp { get; set; }
    Property Value
    Type Description
    System.DateTime

    CreditDebitMark

    Indicates whether the file contains credits (G) or debits (L).

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

    FileFormat

    Declaration
    public FinDistFileFormat FileFormat { get; set; }
    Property Value
    Type Description
    FinDistFileFormat

    FileID

    Optional file ID. Usually the Message Identification from the SEPA file.

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

    HashText

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

    HashValue

    Declaration
    public FinByteBuffer HashValue { get; set; }
    Property Value
    Type Description
    FinByteBuffer

    NumberOfTransactions

    Optional count of transactions contained in the file.

    Declaration
    public int NumberOfTransactions { get; set; }
    Property Value
    Type Description
    System.Int32

    The value zero indicates that the count is not known.

    OriginatorName

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

    ScheduledDate

    Declaration
    public SwiftDate ScheduledDate { get; set; }
    Property Value
    Type Description
    SwiftDate
    In This Article
    Back to top Copyright 2009-2025 Subsembly GmbH