Class FinDistOrderInfo
Contains the information of a single distributed order, obtained from a
HIBAZ or DIBAZsegment.
segment.
public class FinDistOrderInfo
- Inheritance
-
FinDistOrderInfo
- Inherited Members
Fields
SEGTYPE
The primary segment type wrapped by this class. (HIBAZ)
public const string SEGTYPE = "HIBAZ"
Field Value
SEGTYPE_DSGV
The alternate segment type defined by the Sparkasse organization, which is also supported by this class.
public const string SEGTYPE_DSGV = "DIBAZ"
Field Value
Properties
Account
public FinAcct Account { get; set; }
Property Value
FileInfo
public FinDistFileInfo FileInfo { get; set; }
Property Value
OrderID
public string OrderID { get; set; }
Property Value
SignerInfos
Information about all present and expected signatures. The actual type of signature can be derived from its content.
public FinDistSignerInfo[] SignerInfos { get; set; }
Property Value
Methods
BuildSegment(string, int)
public FinSegment BuildSegment(string sSegmentType, int nSegmentVersion)
Parameters
Returns
FromSegment(FinSegment)
public static FinDistOrderInfo FromSegment(FinSegment aHIBAZ)
Parameters
aHIBAZFinSegment