Class FinDistFileInfo
Contains the information about an order file from distributed signature processing.
Inheritance
FinDistFileInfo
Assembly: Subsembly.FinTS.Core.dll
Syntax
public class FinDistFileInfo
Properties
Declaration
public string AdditionalInformation { get; set; }
Property Value
ControlSum
Total amount of all transactions in the file.
Declaration
public SwiftAmt ControlSum { get; set; }
Property Value
CreationTimestamp
Declaration
public DateTime CreationTimestamp { get; set; }
Property Value
CreditDebitMark
Indicates whether the file contains credits (G) or debits (L).
Declaration
public string CreditDebitMark { get; set; }
Property Value
Declaration
public FinDistFileFormat FileFormat { get; set; }
Property Value
FileID
Optional file ID. Usually the Message Identification from the SEPA file.
Declaration
public string FileID { get; set; }
Property Value
HashText
Declaration
public string HashText { get; set; }
Property Value
HashValue
Declaration
public FinByteBuffer HashValue { get; set; }
Property Value
NumberOfTransactions
Optional count of transactions contained in the file.
Declaration
public int NumberOfTransactions { get; set; }
Property Value
Type |
Description |
int |
The value zero indicates that the count is not known.
|
OriginatorName
Declaration
public string OriginatorName { get; set; }
Property Value
ScheduledDate
Declaration
public SwiftDate ScheduledDate { get; set; }
Property Value