Class EbicsFileSpoolerJournalEntry
Inheritance
EbicsFileSpoolerJournalEntry
Assembly: Subsembly.EBICS.Core.dll
Syntax
public class EbicsFileSpoolerJournalEntry : EbicsElement, IEbicsJsonConverter
Properties
ErrorClass
The general error result returned from the Bank when uploading the order.
Declaration
public EbicsErrorClass ErrorClass { get; }
Property Value
See Also
FileName
The file name of the processed file in the outbox.
Declaration
public string FileName { get; }
Property Value
OrderID
The EBICS Order ID that was assigned by the Bank for this order.
Declaration
public string OrderID { get; }
Property Value
See Also
ProtocolEntries
Collection of EbicsProtocolEntry instances that have been collected for
the order tracked by this journal entry.
Declaration
public EbicsProtocolEntry[] ProtocolEntries { get; }
Property Value
Timestamp
A UTC time stamp that is updated whenever this journal entry was changed, usually
by adding a new EbicsProtocolEntry to it.
Declaration
public DateTime Timestamp { get; }
Property Value
Methods
BuildXml(XmlDocument, EbicsVersion)
Declaration
public override XmlElement BuildXml(XmlDocument xmlDocument, EbicsVersion nVersion)
Parameters
Returns
Overrides
CreateFileSpoolerJournalEntry(JsonObject)
Declaration
public static EbicsFileSpoolerJournalEntry CreateFileSpoolerJournalEntry(JsonObject jsonObject)
Parameters
Returns
FromJson(JsonObject)
Declaration
public void FromJson(JsonObject jsonObject)
Parameters
ParseXml(XmlElement, EbicsVersion)
Declaration
public override void ParseXml(XmlElement xmlElement, EbicsVersion nVersion)
Parameters
Overrides
ToJson(JsonObject)
Declaration
public JsonObject ToJson(JsonObject jsonObject)
Parameters
Returns
Implements
Extension Methods