Class FinDistOrderInfo
Contains the information of a single distributed order, obtained from a
HIBAZ
or DIBAZ
segment.
segment.
Inheritance
FinDistOrderInfo
Assembly: Subsembly.FinTS.Core.dll
Syntax
public class FinDistOrderInfo
Fields
SEGTYPE
The primary segment type wrapped by this class. (HIBAZ)
Declaration
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.
Declaration
public const string SEGTYPE_DSGV = "DIBAZ"
Field Value
Properties
Account
Declaration
public FinAcct Account { get; set; }
Property Value
FileInfo
Declaration
public FinDistFileInfo FileInfo { get; set; }
Property Value
OrderID
Declaration
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.
Declaration
public FinDistSignerInfo[] SignerInfos { get; set; }
Property Value
Methods
BuildSegment(string, int)
Declaration
public FinSegment BuildSegment(string sSegmentType, int nSegmentVersion)
Parameters
Type |
Name |
Description |
string |
sSegmentType |
|
int |
nSegmentVersion |
|
Returns
FromSegment(FinSegment)
Declaration
public static FinDistOrderInfo FromSegment(FinSegment aHIBAZ)
Parameters
Returns