Class FinDistFileInfo
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
ControlSum
Total amount of all transactions in the file.
public SwiftAmt ControlSum { get; set; }
Property Value
CreationTimestamp
public DateTime CreationTimestamp { get; set; }
Property Value
CreditDebitMark
Indicates whether the file contains credits (G) or debits (L).
public string CreditDebitMark { get; set; }
Property Value
FileFormat
public FinDistFileFormat FileFormat { get; set; }
Property Value
FileID
Optional file ID. Usually the Message Identification from the SEPA file.
public string FileID { get; set; }
Property Value
HashText
public string HashText { get; set; }
Property Value
HashValue
public FinByteBuffer HashValue { get; set; }
Property Value
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
ScheduledDate
public SwiftDate ScheduledDate { get; set; }