Class FinDistFileInfo

Namespace
Subsembly.FinTS
Assembly
Subsembly.FinTS.Core.dll

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

public class FinDistFileInfo
Inheritance
FinDistFileInfo
Inherited Members

Properties

AdditionalInformation

public string AdditionalInformation { get; set; }

Property Value

string

ControlSum

Total amount of all transactions in the file.

public SwiftAmt ControlSum { get; set; }

Property Value

SwiftAmt

CreationTimestamp

public DateTime CreationTimestamp { get; set; }

Property Value

DateTime

CreditDebitMark

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

public string CreditDebitMark { get; set; }

Property Value

string

FileFormat

public FinDistFileFormat FileFormat { get; set; }

Property Value

FinDistFileFormat

FileID

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

public string FileID { get; set; }

Property Value

string

HashText

public string HashText { get; set; }

Property Value

string

HashValue

public FinByteBuffer HashValue { get; set; }

Property Value

FinByteBuffer

NumberOfTransactions

Optional count of transactions contained in the file.

public int NumberOfTransactions { get; set; }

Property Value

int

The value zero indicates that the count is not known.

OriginatorName

public string OriginatorName { get; set; }

Property Value

string

ScheduledDate

public SwiftDate ScheduledDate { get; set; }

Property Value

SwiftDate